diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-28 15:34:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-28 15:34:05 +0000 |
commit | 59a80f8b77a3a019de4db972f1e6f9b312a32cd1 (patch) | |
tree | 24fe7e79027934146f43a09f5f516d96b5d29c84 /urpmq | |
parent | c19d5277b1a40ead5e74bc9562c27dedb9068f69 (diff) | |
download | urpmi-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-x | urpmq | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |