aboutsummaryrefslogtreecommitdiff
path: root/www/nspluginwrapper/pkg-message
blob: e123aed54bb358a667db39e4e40f28df48cb74e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{ type: install
  message: <<EOM
The nspluginwrapper is installed on a per user basis. All of
the commands can be run as an unprivileged user.



To install all the plugins from their default locations:

nspluginwrapper -v -a -i



To install a specific plugin:

nspluginwrapper -i path/to/plugin.so



To remove a specific plugin:

nspluginwrapper -r path/to/plugin.so



To view all currently installed plugins:

nspluginwrapper -l
EOM
}
]