mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
page: add canonical -W option
This commit is contained in:
parent
71f6d60fcf
commit
60a3190327
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ threadmain(int argc, char **argv)
|
|||
case 'i':
|
||||
imagemode = 1;
|
||||
break;
|
||||
case 'W':
|
||||
winsize = EARGF(usage());
|
||||
break;
|
||||
default:
|
||||
usage();
|
||||
}ARGEND;
|
||||
|
|
Loading…
Reference in a new issue