summaryrefslogtreecommitdiffstats
path: root/urpmq
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-10-05 04:42:38 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-10-05 04:42:38 +0000
commit7c72e89d486f20ee6187c2628705dd4c0630a8e1 (patch)
tree66e4aa24de9dff29a4982da01331fb28631376aa /urpmq
parent02da42575b89e9cddc2d55c79710a086a21f598e (diff)
downloadurpmi-7c72e89d486f20ee6187c2628705dd4c0630a8e1.tar
urpmi-7c72e89d486f20ee6187c2628705dd4c0630a8e1.tar.gz
urpmi-7c72e89d486f20ee6187c2628705dd4c0630a8e1.tar.bz2
urpmi-7c72e89d486f20ee6187c2628705dd4c0630a8e1.tar.xz
urpmi-7c72e89d486f20ee6187c2628705dd4c0630a8e1.zip
sort options in help
Diffstat (limited to 'urpmq')
-rwxr-xr-xurpmq22
1 files changed, 11 insertions, 11 deletions
diff --git a/urpmq b/urpmq
index 04ce482b..4a02d5d7 100755
--- a/urpmq
+++ b/urpmq
@@ -53,9 +53,9 @@ usage:
") . N(" --list - list available packages.
") . N(" --list-media - list available media.
") . N(" --list-url - list available media and their url.
-") . N(" --dump-config - dump the config in form of urpmi.addmedia argument.
") . N(" --list-nodes - list available nodes when using --parallel.
") . N(" --list-aliases - list available parallel aliases.
+") . N(" --dump-config - dump the config in form of urpmi.addmedia argument.
") . N(" --src - next package is a source package (same as -s).
") . N(" --headers - extract headers for package listed from urpmi db to
stdout (root only).
@@ -73,22 +73,22 @@ usage:
") . N(" --env - use specific environment (typically a bug
report).
") . N(" --changelog - print changelog.
-") . N(" -v - verbose mode.
-") . N(" -d - extend query to package dependencies.
-") . N(" -u - remove package if a more recent version is already installed.
") . N(" -a - select all matches on command line.
") . N(" -c - complete output with package to be removed.
-") . N(" -p - search in provides to find package.
+") . N(" -d - extend query to package dependencies.
+") . N(" -f - print version, release and arch with name.
+") . N(" -g - print groups with name also.
+") . N(" -i - print useful information in human readable form.
+") . N(" -l - list files in package.
") . N(" -P - do not search in provides to find package (default).
+") . N(" -p - search in provides to find package.
+") . N(" -r - print version and release with name also.
") . N(" -R - reverse search to what requires package.
+") . N(" -s - next package is a source package (same as --src).
+") . N(" -u - remove package if a more recent version is already installed.
+") . N(" -v - verbose mode.
") . N(" -y - impose fuzzy search (same as --fuzzy).
") . N(" -Y - like -y, but forces to match case-insensitively.
-") . N(" -s - next package is a source package (same as --src).
-") . N(" -i - print useful information in human readable form.
-") . N(" -g - print groups with name also.
-") . N(" -r - print version and release with name also.
-") . N(" -f - print version, release and arch with name.
-") . N(" -l - list files in package.
") . "\n" . N(" names or rpm files given on command line are queried.
");
exit(0);