summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
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
}