summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia <seppia@seppia.net>2018-06-04 00:06:28 +0200
committerSeppia <seppia@seppia.net>2018-06-04 00:06:28 +0200
commit47fc2f8db09f101d0b65046547972126849bcde9 (patch)
tree9b388be13cdb450b2158d56be9d25ce562d996a8
parent785295bfa38f83a1329f91390d7395c729143982 (diff)
downloadrepofish-47fc2f8db09f101d0b65046547972126849bcde9.tar.gz
repofish-47fc2f8db09f101d0b65046547972126849bcde9.tar.bz2
repofish-47fc2f8db09f101d0b65046547972126849bcde9.zip
Help message orderedv0.3
Used alphabetical order for commands in the help message.
-rwxr-xr-xrepofish16
1 files changed, 8 insertions, 8 deletions
diff --git a/repofish b/repofish
index a1f40bc..3fcdc33 100755
--- a/repofish
+++ b/repofish
@@ -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