diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-02 22:27:42 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-02 22:27:42 -0600 |
commit | 09872f7a2e03d79936e75b8f3dad330237d2f749 (patch) | |
tree | 8ba05eb9da9ad180fe8bdf4f40329992ab1754db /pbs-convert-absgit | |
parent | 2aaeacf352f8bb5daca360dde02d0d2c73a75d32 (diff) |
normalize help messages
Diffstat (limited to 'pbs-convert-absgit')
-rwxr-xr-x | pbs-convert-absgit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbs-convert-absgit b/pbs-convert-absgit index 9e82330..9db6190 100755 --- a/pbs-convert-absgit +++ b/pbs-convert-absgit @@ -184,7 +184,7 @@ convert-arches() { usage() { echo "Usage: ${0##*/} SOURCE" - echo "Convert the absgit format SOURCE to pbs format" + echo "Convert SOURCE from the absgit format to the pbs format." echo echo "SOURCE must be configured in /etc/libretools.d/pbs-convert.conf" } |