aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/lspkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lspkg')
-rwxr-xr-xtrunk/src/lspkg15
1 files changed, 10 insertions, 5 deletions
diff --git a/trunk/src/lspkg b/trunk/src/lspkg
index e35baea..c5e4ec8 100755
--- a/trunk/src/lspkg
+++ b/trunk/src/lspkg
@@ -36,11 +36,16 @@ function usage {
echo "
options are:
- -v, --view: view installed package contents
- -p, --print: print the contents of a package file
- -r, --remove: remove matching packages
- -s, --search: search a file under installed packages
- -d, --description: show matching packages' descriptions
+ -v, --view <package_name>
+ view installed package contents
+ -p, --print <package_name>
+ print the contents of a package file
+ -r, --remove <package_name>
+ remove matching packages
+ -s, --search <file_name>
+ search a file under installed packages
+ -d, --description <package_name>
+ show matching packages' descriptions
"
}