summaryrefslogtreecommitdiffstats
path: root/urpmq
diff options
context:
space:
mode:
Diffstat (limited to 'urpmq')
-rwxr-xr-xurpmq10
1 files changed, 5 insertions, 5 deletions
diff --git a/urpmq b/urpmq
index 2addd573..35f7b095 100755
--- a/urpmq
+++ b/urpmq
@@ -40,19 +40,19 @@ usage:
") . _(" -h - print this help message.
") . _(" -v - verbose mode.
") . _(" -d - extend query to package dependencies.
-") . _(" -u - remove package if a better version is already installed.
+") . _(" -u - remove package if a more recent version is already installed.
") . _(" -c - choose complete method for resolving requires closure.
") . _(" -P - do not search in provides to find package.
") . _(" -y - impose fuzzy search (same as --fuzzy).
") . _(" -s - next package is a source package (same as --src).
-") . _(" -g - print groups too with name.
-") . _(" -r - print version and release too with name.
+") . _(" -g - print groups with name also.
+") . _(" -r - print version and release with name also.
") . _(" -f - print version, release and arch with name.
") . "\n" . _(" --update - use only update media.
") . _(" --media - use only the media listed by comma.
-") . _(" --auto-select - automatically select packages for upgrading the system.
+") . _(" --auto-select - automatically select packages to upgrade the system.
") . _(" --fuzzy - impose fuzzy search (same as -y).
-") . _(" --list - list package available.
+") . _(" --list - list available packages.
") . _(" --src - next package is a source package (same as -s).
") . _(" --headers - extract headers for package listed from urpmi db to
stdout (root only).