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 /usage.c | |
parent | 6ac18a3d83b733522932e28af1037869afb4fb74 (diff) |
Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com>
-Erik
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -757,6 +757,11 @@ const char mt_usage[] = "mt [-f device] opcode value\n" #ifndef BB_FEATURE_TRIVIAL_HELP "\nControl magnetic tape drive operation\n" + "\nAvailable Opcodes:\n\n" + "bsf bsfm bsr bss datacompression drvbuffer eof eom erase\n" + "fsf fsfm fsr fss load lock mkpart nop offline ras1 ras2\n" + "ras3 reset retension rew rewoffline seek setblk setdensity\n" + "setpart tell unload unlock weof wset\n" #endif ; #endif |