diff options
author | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2009-06-09 13:06:05 +0000 |
---|---|---|
committer | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2009-06-09 13:06:05 +0000 |
commit | 33da53d2d881d85cfdeb97910c16c71902749c58 (patch) | |
tree | dab478124fefe5916bcedbefcd337c918c1c6252 /trunk/src/lspkg | |
parent | 8ef1779df7c60354a112729c072cb76e62a2232d (diff) | |
download | simplepkg-33da53d2d881d85cfdeb97910c16c71902749c58.tar.gz simplepkg-33da53d2d881d85cfdeb97910c16c71902749c58.tar.bz2 |
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@810 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/lspkg')
-rwxr-xr-x | trunk/src/lspkg | 15 |
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 " } |