summaryrefslogtreecommitdiffstats
path: root/urpmq
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-11-28 15:34:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-11-28 15:34:05 +0000
commit59a80f8b77a3a019de4db972f1e6f9b312a32cd1 (patch)
tree24fe7e79027934146f43a09f5f516d96b5d29c84 /urpmq
parentc19d5277b1a40ead5e74bc9562c27dedb9068f69 (diff)
downloadurpmi-59a80f8b77a3a019de4db972f1e6f9b312a32cd1.tar
urpmi-59a80f8b77a3a019de4db972f1e6f9b312a32cd1.tar.gz
urpmi-59a80f8b77a3a019de4db972f1e6f9b312a32cd1.tar.bz2
urpmi-59a80f8b77a3a019de4db972f1e6f9b312a32cd1.tar.xz
urpmi-59a80f8b77a3a019de4db972f1e6f9b312a32cd1.zip
- urpmq:
o new option --requires-recursive (alias of option -d)
Diffstat (limited to 'urpmq')
-rwxr-xr-xurpmq3
1 files changed, 2 insertions, 1 deletions
diff --git a/urpmq b/urpmq
index 453f0d9f..e0c2159a 100755
--- a/urpmq
+++ b/urpmq
@@ -81,6 +81,8 @@ usage:
") . N(" --changelog - print changelog.
") . N(" --summary, -S - print summary.
") . N(" --verbose, -v - verbose mode.
+") . N(" --requires-recursive, -d
+ - query package dependencies.
") . N(" --whatrequires - reverse search to what requires package.
") . N(" --whatrequires-recursive
- extended reverse search (includes virtual packages).
@@ -88,7 +90,6 @@ usage:
- search in provides to find package.
") . N(" -a - select all matches on command line.
") . N(" -c - complete output with package to be removed.
-") . 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.