diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-06 16:56:38 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-06 16:56:38 +0200 |
commit | 5dfd9c4dbcc30d6d3f745316fd11a797c06f06d0 (patch) | |
tree | b4ce4e091998bd652636c6da5e5039ccf6e7781b /include | |
parent | 27653adc8b7ebe44bd357511de53d0c14eef0894 (diff) | |
download | busybox-5dfd9c4dbcc30d6d3f745316fd11a797c06f06d0.tar.gz |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index 636d01943..d619d9ed7 100644 --- a/include/usage.h +++ b/include/usage.h @@ -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" \ |