Blame SOURCES/mtx-1.3.12-scsitape-usage--add-erase.patch

a2ee99
diff --git a/scsitape.c b/scsitape.c
a2ee99
index dd52dd5..63f4977 100644
a2ee99
--- a/scsitape.c
a2ee99
+++ b/scsitape.c
a2ee99
@@ -63,7 +63,7 @@
a2ee99
 #endif
a2ee99
 
a2ee99
 void Usage(void) {
a2ee99
-  FatalError("Usage: scsitape -f <generic-device> <command> where <command> is:\n setblk <n> | fsf <n> | bsf <n> | eod | rewind | eject | mark <n> |\n  seek <n> | read [<blksize> [<numblocks]] | write [<blocksize>] \n");
a2ee99
+  FatalError("Usage: scsitape -f <generic-device> <command> where <command> is:\n setblk <n> | fsf <n> | bsf <n> | eod | rewind | eject | erase |\n  mark <n> | seek <n> | read [<blksize> [<numblocks]] |\n  write [<blocksize>]\n");
a2ee99
 }
a2ee99
 
a2ee99
 #define arg1 (arg[0])  /* for backward compatibility, sigh */