rpm: make rpm -i SRPM.rpm install it to surrent dir; better help text
function old new delta rpm_main 1355 1358 +3 packed_usage 26732 26728 -4 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 3/-4) Total: -1 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -3810,13 +3810,13 @@
|
||||
"\n -A inet" IF_FEATURE_IPV6("{6}") " Select address family" \
|
||||
|
||||
#define rpm_trivial_usage \
|
||||
"-i -q[ildc]p PACKAGE.rpm"
|
||||
"-i PACKAGE.rpm; rpm -qp[ildc] PACKAGE.rpm"
|
||||
#define rpm_full_usage "\n\n" \
|
||||
"Manipulate RPM packages\n" \
|
||||
"\nOptions:" \
|
||||
"\nCommands:" \
|
||||
"\n -i Install package" \
|
||||
"\n -q Query package" \
|
||||
"\n -p Query uninstalled package" \
|
||||
"\n -qp Query package" \
|
||||
"\nOptions:" \
|
||||
"\n -i Show information" \
|
||||
"\n -l List contents" \
|
||||
"\n -d List documents" \
|
||||
|
Reference in New Issue
Block a user