diff options
-rwxr-xr-x | libreaddiff | 2 |
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 |