diff options
author | Seppia <seppia@seppia.net> | 2018-06-04 00:06:28 +0200 |
---|---|---|
committer | Seppia <seppia@seppia.net> | 2018-06-04 00:06:28 +0200 |
commit | 47fc2f8db09f101d0b65046547972126849bcde9 (patch) | |
tree | 9b388be13cdb450b2158d56be9d25ce562d996a8 | |
parent | 785295bfa38f83a1329f91390d7395c729143982 (diff) | |
download | repofish-0.3.tar.gz repofish-0.3.tar.bz2 repofish-0.3.zip |
Help message orderedv0.3
Used alphabetical order for commands in the help message.
-rwxr-xr-x | repofish | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -211,18 +211,18 @@ print_help() { echo echo ' add adds packages from from AUR' echo ' archive archives packages of local repository' - echo ' clone (url) clones git package repository' - echo ' rm remove packages' + echo ' build builds the packages' echo ' check check PKGBUILD' + echo ' clean cleans the packages' + echo ' clone (url) clones git package repository' + echo ' help prints this help' + echo ' install builds and installs the package' echo ' list lists locally available packages' + echo ' rm remove packages' + echo ' search searches packages in the AUR' + echo ' update updates the packages' echo ' update-repo updates the packages in the repo' - echo ' build builds the packages' echo ' upgrade upgrades and builds the packages' - echo ' update updates the packages' - echo ' install builds and installs the package' - echo ' clean cleans the packages' - echo ' search searches packages in the AUR' - echo ' help prints this help' echo if [ "${SRC_PATH}" == '' ];then |