diff options
-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 |