diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-03-16 18:42:56 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-03-16 18:42:56 -0400 |
commit | d6738c9a5ad3b25013d4788ea4e847abdaa06ce9 (patch) | |
tree | 2e4085607cdffdc401c44b631998ce3450bfe8c8 | |
parent | 9aa2d4a06546cd736d1e22af8eb3a0e2bc242c91 (diff) |
Fix usage text for pbs-package-new
-rwxr-xr-x | pbs-package-new | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pbs-package-new b/pbs-package-new index ce4190c..bd76f8a 100755 --- a/pbs-package-new +++ b/pbs-package-new @@ -5,10 +5,7 @@ cmd=${0##*/} usage() { echo "Usage: $cmd [OPTIONS] REPO/PACKAGE" - echo 'Fetches and merges changes from an upstream package' - echo '' - echo 'The repository and refspec that are merged are controlled by the' - echo 'file `pbstrack`.' + echo 'Creates a new package' echo '' echo 'Options:' echo ' -h Show this message' |