diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-11 20:14:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-11 20:14:11 +0000 |
commit | 8cbac440d667526cf28cf88bef4155b1ac15780d (patch) | |
tree | 4c2670bd02b546e404906c09620236c913cf9afc | |
parent | 6ac18a3d83b733522932e28af1037869afb4fb74 (diff) | |
download | busybox-w32-8cbac440d667526cf28cf88bef4155b1ac15780d.tar.gz busybox-w32-8cbac440d667526cf28cf88bef4155b1ac15780d.tar.bz2 busybox-w32-8cbac440d667526cf28cf88bef4155b1ac15780d.zip |
Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com>
-Erik
-rw-r--r-- | applets/usage.c | 5 | ||||
-rw-r--r-- | usage.c | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/applets/usage.c b/applets/usage.c index 6c3f59797..5037c94d8 100644 --- a/applets/usage.c +++ b/applets/usage.c | |||
@@ -757,6 +757,11 @@ const char mt_usage[] = | |||
757 | "mt [-f device] opcode value\n" | 757 | "mt [-f device] opcode value\n" |
758 | #ifndef BB_FEATURE_TRIVIAL_HELP | 758 | #ifndef BB_FEATURE_TRIVIAL_HELP |
759 | "\nControl magnetic tape drive operation\n" | 759 | "\nControl magnetic tape drive operation\n" |
760 | "\nAvailable Opcodes:\n\n" | ||
761 | "bsf bsfm bsr bss datacompression drvbuffer eof eom erase\n" | ||
762 | "fsf fsfm fsr fss load lock mkpart nop offline ras1 ras2\n" | ||
763 | "ras3 reset retension rew rewoffline seek setblk setdensity\n" | ||
764 | "setpart tell unload unlock weof wset\n" | ||
760 | #endif | 765 | #endif |
761 | ; | 766 | ; |
762 | #endif | 767 | #endif |
@@ -757,6 +757,11 @@ const char mt_usage[] = | |||
757 | "mt [-f device] opcode value\n" | 757 | "mt [-f device] opcode value\n" |
758 | #ifndef BB_FEATURE_TRIVIAL_HELP | 758 | #ifndef BB_FEATURE_TRIVIAL_HELP |
759 | "\nControl magnetic tape drive operation\n" | 759 | "\nControl magnetic tape drive operation\n" |
760 | "\nAvailable Opcodes:\n\n" | ||
761 | "bsf bsfm bsr bss datacompression drvbuffer eof eom erase\n" | ||
762 | "fsf fsfm fsr fss load lock mkpart nop offline ras1 ras2\n" | ||
763 | "ras3 reset retension rew rewoffline seek setblk setdensity\n" | ||
764 | "setpart tell unload unlock weof wset\n" | ||
760 | #endif | 765 | #endif |
761 | ; | 766 | ; |
762 | #endif | 767 | #endif |