diff options
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[] = | |||
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 |