index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-12 00:02:19 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-01-14 19:18:08 -0600 |
commit | a9f030e84c96d57fbcbc7e8af5fc897515ef79e7 (patch) | |
tree | d0ac01f6ba5c8c1052daaf73544d784145ba5a46 | |
parent | 7a3a718c7af493049cf7f9b7c65032f59cc8a71d (diff) |
-rw-r--r-- | scripts/repo-add.sh.in | 5 |
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index 4f9639ca..c89e2a58 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -34,7 +34,6 @@ REPO_DB_FILE="" umask 0022 msg() { - [ $QUIET -ne 0 ] && return local mesg=$1; shift printf "==> ${mesg}\n" "$@" >&1 } @@ -68,8 +67,8 @@ repo-remove will update a package database by removing the package name\n\ specified on the command line from the given repo database. Multiple\n\ packages to remove can be specified on the command line.\n\n")" printf "$(gettext "\ -The -q/--quiet flag to either program will force silent running except\n\ -in the case of warnings or errors.\n\n")" +Use the -q/--quiet flag to minimize output to basic messages, warnings,\n\ +and errors\n\n")" echo "$(gettext "Example: repo-add /path/to/repo.db.tar.gz pacman-3.0.0.pkg.tar.gz")" echo "$(gettext "Example: repo-remove /path/to/repo.db.tar.gz kernel26")" } |