Hi,

The help-text of rpm sounds like it's inaccurate.

#define rpm_full_usage "\n\n" \
       "Manipulate RPM packages\n" \
     "\nOptions:" \
     "\n        -i      Install package" \
     "\n        -q      Query package" \
     "\n        -p      Query uninstalled package" \
     "\n        -i      Show information" \
     "\n        -l      List contents" \
     "\n        -d      List documents" \
     "\n        -c      List config files" \


perhaps this should rather be something like

#define rpm_full_usage "\n\n" \
       "Manipulate RPM packages\n" \
     "\nOptions:" \
     "\n        -i      Install package" \
     "\n        -p      Query uninstalled package" \
     "\n        -q      Query package" \
     "\n        Query flags:" \
     "\n        i       information" \
     "\n        l       contents" \
     "\n        d       documents" \
     "\n        c       config files" \

Perhaps somebody with an rpm lying around can check if that would be
accurate?

TIA,
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to