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

45ab98
diff --git a/scsitape.c b/scsitape.c
45ab98
index dd52dd5..63f4977 100644
45ab98
--- a/scsitape.c
45ab98
+++ b/scsitape.c
45ab98
@@ -63,7 +63,7 @@
45ab98
 #endif
45ab98
 
45ab98
 void Usage(void) {
45ab98
-  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");
45ab98
+  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");
45ab98
 }
45ab98
 
45ab98
 #define arg1 (arg[0])  /* for backward compatibility, sigh */