rpm2cpio applet by Laurence Anderson
[oweals/busybox.git] / usage.h
diff --git a/usage.h b/usage.h
index 51a06b9774381563d53df798b5df1aedb7559120..a19f0fe2228fc8ea29c48ef2202617d347d8aa17 100644 (file)
--- a/usage.h
+++ b/usage.h
 #define cpio_full_usage \
        "Extract or list files from a cpio archive\n" \
        "Main operation mode:\n" \
-       "\td\t\tmake directories (assumed)\n" \
+       "\td\t\tmake leading directories\n" \
        "\ti\t\textract\n" \
-       "\tm\t\tpreserve time\n" \
+       "\tm\t\tpreserve mtime\n" \
        "\tt\t\tlist\n" \
-       "\tu\t\tunconditional (assumed)\t" \
+       "\tu\t\tunconditional overwrite\t" \
        "\tF\t\tinput from file\t"
        
 #define cut_trivial_usage \
 #define route_full_usage \
        "Edit the kernel's routing tables"
 
+#define rpm2cpio_trivial_usage \
+       "package.rpm"
+#define rpm2cpio_full_usage \
+       "Outputs a cpio archive of the rpm file."
+
 #define rpmunpack_trivial_usage \
        "< package.rpm | gunzip | cpio -idmuv"
 #define rpmunpack_full_usage \
        "Extracts an rpm archive."
-
+       
 #define sed_trivial_usage \
        "[-nef] pattern [files...]"
 #define sed_full_usage \