summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-06 16:56:38 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-06 16:56:38 +0200
commit5dfd9c4dbcc30d6d3f745316fd11a797c06f06d0 (patch)
treeb4ce4e091998bd652636c6da5e5039ccf6e7781b /include
parent27653adc8b7ebe44bd357511de53d0c14eef0894 (diff)
downloadbusybox-w32-5dfd9c4dbcc30d6d3f745316fd11a797c06f06d0.tar.gz
busybox-w32-5dfd9c4dbcc30d6d3f745316fd11a797c06f06d0.tar.bz2
busybox-w32-5dfd9c4dbcc30d6d3f745316fd11a797c06f06d0.zip
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.h8
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 @@
3810 "\n -A inet" IF_FEATURE_IPV6("{6}") " Select address family" \ 3810 "\n -A inet" IF_FEATURE_IPV6("{6}") " Select address family" \
3811 3811
3812#define rpm_trivial_usage \ 3812#define rpm_trivial_usage \
3813 "-i -q[ildc]p PACKAGE.rpm" 3813 "-i PACKAGE.rpm; rpm -qp[ildc] PACKAGE.rpm"
3814#define rpm_full_usage "\n\n" \ 3814#define rpm_full_usage "\n\n" \
3815 "Manipulate RPM packages\n" \ 3815 "Manipulate RPM packages\n" \
3816 "\nOptions:" \ 3816 "\nCommands:" \
3817 "\n -i Install package" \ 3817 "\n -i Install package" \
3818 "\n -q Query package" \ 3818 "\n -qp Query package" \
3819 "\n -p Query uninstalled package" \ 3819 "\nOptions:" \
3820 "\n -i Show information" \ 3820 "\n -i Show information" \
3821 "\n -l List contents" \ 3821 "\n -l List contents" \
3822 "\n -d List documents" \ 3822 "\n -d List documents" \