From 17f07631727a7d9ec38ce293361e3b46d1e88826 Mon Sep 17 00:00:00 2001 From: rudson Date: Fri, 14 Dec 2007 14:52:09 +0000 Subject: git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@474 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/createpkg | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'trunk/src/createpkg') 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" -- cgit v1.2.3