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