aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-21 02:06:35 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-21 02:06:35 +0000
commit350b3f9236b29514f3755af2b4b2957475abf829 (patch)
treeccae9825625a1b69c65c88a678b0de461547f611
parentae22612792e79b3caafbb6bebcccca510a75d158 (diff)
downloadbusybox-350b3f9236b29514f3755af2b4b2957475abf829.tar.gz
Typo fix.
-rw-r--r--docs/busybox.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 5fd15cab5..e12c8243c 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -1948,7 +1948,7 @@ Converts a text file from unix format to dos format.
=item unrpm
-Usage: unrpm < package.rpm | gzip -d | cpio -idmuv
+Usage: unrpm < package.rpm | gzip B<-d> | cpio -idmuv
Extracts an rpm archive.
@@ -2182,4 +2182,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut
-# $Id: busybox.pod,v 1.69 2000/09/20 19:22:26 andersen Exp $
+# $Id: busybox.pod,v 1.70 2000/09/21 02:06:35 andersen Exp $