aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
authorrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-12-14 14:52:09 +0000
committerrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-12-14 14:52:09 +0000
commit17f07631727a7d9ec38ce293361e3b46d1e88826 (patch)
treeb9f068c7177381958bd6ef3c5b53dbb29cbfc51a /trunk/src/createpkg
parent5d125a3cea50f289b4ac84180b10f0811ca70d29 (diff)
downloadsimplepkg-17f07631727a7d9ec38ce293361e3b46d1e88826.tar.gz
simplepkg-17f07631727a7d9ec38ce293361e3b46d1e88826.tar.bz2
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@474 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg10
1 files changed, 6 insertions, 4 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 5b5cf21..164d472 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -2,6 +2,7 @@
#
# createpkg: package builder using http://slack.sarava.org/slackbuilds scripts
# feedback: rhatto at riseup.net | gpl
+# rudsonalves at yahoo.com.br
#
# createpkg is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software
@@ -32,10 +33,11 @@ function usage {
# Help message
eecho $commun "Createpkg version $CREATEPKG_VERSION\n"
- eecho $commun "Usage: createpkg [--install/-i] package-name"
- eecho $commun " createpkg --no-deps/-np package-name"
- eecho $commun " createpkg --search/-s package-name"
- eecho $commun " createpkg --info/-f package-name"
+ eecho $commun "Usage: createpkg [--install/-i] package_name"
+ eecho $commun " createpkg --all/-a"
+ eecho $commun " createpkg --no-deps/-np package_name"
+ eecho $commun " createpkg --search/-s package_name"
+ eecho $commun " createpkg --info/-f package_name"
eecho $commun " createpkg --list/-l"
eecho $commun " createpkg --sync"
eecho $commun " createpkg --help/-h"