summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molina <lluvia@myhost.(none)>2012-05-26 15:35:07 +0200
committerDaniel Molina <lluvia@myhost.(none)>2012-05-26 15:35:07 +0200
commit20aae24315eb580855ed698f4324d2460fa1f669 (patch)
tree345b7cc07a4207a9d597c994a39af3c59ec48957
parent38c96cd82f5cab2599823a546269c184435c7656 (diff)
Updating text showed by -h, changing the name of the last program to the current one
-rwxr-xr-xlibreaddiff2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreaddiff b/libreaddiff
index c8b5214..98646a2 100755
--- a/libreaddiff
+++ b/libreaddiff
@@ -25,7 +25,7 @@ custom_config=$XDG_CONFIG_HOME/libretools/libretools.conf
for arg in "$@" ; do
case "$arg" in
-h|--h|--he|--hel|--help|-\?)
- echo 'Usage: find-pkgs.sh repo [arch]
+ echo 'Usage: libreaddiff repo [arch]
This script outputs a diff of package names and versions in repo
between pacman'\''s sync db and abslibre checkout.' >&2