update usage
This commit is contained in:
parent
efe08bf8fd
commit
2387495b56
3 changed files with 1 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue