diff options
author | Seppia <seppia@seppia.net> | 2018-06-03 15:11:23 +0200 |
---|---|---|
committer | Seppia <seppia@seppia.net> | 2018-06-03 15:11:23 +0200 |
commit | a5f5421a4980e2dce947989088d1e59e28f27d38 (patch) | |
tree | 32a9eb15e9b6aa63d350008d58c08ddf6fd6e87c | |
parent | 6935dd40126bce565235b398df79fc15b14fb140 (diff) | |
download | repofish-a5f5421a4980e2dce947989088d1e59e28f27d38.tar.gz repofish-a5f5421a4980e2dce947989088d1e59e28f27d38.tar.bz2 repofish-a5f5421a4980e2dce947989088d1e59e28f27d38.zip |
Help message fixv0.2
Help message fixed according to new executable name.
-rwxr-xr-x | repofish | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -175,9 +175,9 @@ set_variables() { } print_help() { - echo 'repo.sh SEPPIOFISH repo tool' + echo ''"$0"' SEPPIOFISH repo tool for Archlinux and AUR helper' echo - echo ' USAGE: repo.sh COMMAND PKGNAME (default ALL)' + echo ' USAGE: '"$0"' COMMAND PKGNAME(s) (default ALL)' echo echo ' add adds packages from from AUR' echo ' clone (url) clones git package repository' |