update usage

This commit is contained in:
rsc 2006-03-20 04:02:36 +00:00
parent efe08bf8fd
commit 2387495b56
3 changed files with 1 additions and 8 deletions

View file

@ -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;