Fix rpm usage msg
authorEric Andersen <andersen@codepoet.org>
Sun, 15 Jun 2003 07:00:54 +0000 (07:00 -0000)
committerEric Andersen <andersen@codepoet.org>
Sun, 15 Jun 2003 07:00:54 +0000 (07:00 -0000)
include/usage.h

index 9100111157e20e6ee48c45204fa0ebac1126b112..9b5f484c1650a174a5079e2d7d97b42d11f6734b 100644 (file)
        "-i -q[ildc]p package.rpm"
 #define rpm_full_usage \
        "Manipulates RPM packages" \
-       "Options:" \
-       "\t-i Install package" \
-       "\t-q Query package" \
-       "\t\t-p Query uninstalled package" \
-       "\t\t-i Show information" \
-       "\t\t-l List contents" \
-       "\t\t-d List documents" \
-       "\t\t-c List config files"
+       "\n\nOptions:" \
+       "\n\t-i Install package" \
+       "\n\t-q Query package" \
+       "\n\t-p Query uninstalled package" \
+       "\n\t-i Show information" \
+       "\n\t-l List contents" \
+       "\n\t-d List documents" \
+       "\n\t-c List config files"
 
 #define rpm2cpio_trivial_usage \
        "package.rpm"