aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
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"