From 47fc2f8db09f101d0b65046547972126849bcde9 Mon Sep 17 00:00:00 2001 From: Seppia Date: Mon, 4 Jun 2018 00:06:28 +0200 Subject: Help message ordered Used alphabetical order for commands in the help message. --- repofish | 16 ++++++++-------- 1 file 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 -- cgit v1.2.3