summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorVolker Uhrig2008-01-24 18:49:38 +0100
committerVolker Uhrig2008-01-24 18:49:38 +0100
commit9fc966e1bedd4d9af1cb6a6c4e3acf1c67e2fa54 (patch)
tree8c302687d013de5af999df1135953adba422a044 /os-plugins
parentBUGFIX: added sed line to replace comme with blank, so the for loop works (diff)
downloadcore-9fc966e1bedd4d9af1cb6a6c4e3acf1c67e2fa54.tar.gz
core-9fc966e1bedd4d9af1cb6a6c4e3acf1c67e2fa54.tar.xz
core-9fc966e1bedd4d9af1cb6a6c4e3acf1c67e2fa54.zip
Added needed parameter in the short documentation.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1489 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rwxr-xr-xos-plugins/slxos-plugin4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/slxos-plugin b/os-plugins/slxos-plugin
index 527fe715..981e6b41 100755
--- a/os-plugins/slxos-plugin
+++ b/os-plugins/slxos-plugin
@@ -123,9 +123,9 @@ if ($action =~ m[^list-av]i) {
} else {
vlog(0, _tr(unshiftHereDoc(<<' END-OF-HERE'), $0));
You need to specify exactly one action:
- install
list-available
- remove
+ install <plugin-name> <vendor-OS-name>
+ remove <plugin-name> <vendor-OS-name>
Try '%s --help' for more info.
END-OF-HERE
}