update usage
This commit is contained in:
@@ -30,7 +30,6 @@ Disk *disk;
|
||||
long seq;
|
||||
|
||||
char *winsize;
|
||||
char *rxopt;
|
||||
|
||||
Rune baddir[] = { '<', 'b', 'a', 'd', 'd', 'i', 'r', '>', '\n'};
|
||||
|
||||
@@ -57,9 +56,6 @@ main(int volatile argc, char **volatile argv)
|
||||
case 'R':
|
||||
Rflag++;
|
||||
break;
|
||||
case 'O':
|
||||
rxopt = EARGF(usage());
|
||||
break;
|
||||
case 't':
|
||||
samterm = EARGF(usage());
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user