Implemented -z in revision 1.14
This commit is contained in:
parent
0b3593278d
commit
7c2fc2a67e
|
@ -402,7 +402,7 @@ int main(int argc, char * argv[])
|
|||
prefs.title = optarg;
|
||||
break;
|
||||
case 'z':
|
||||
prefs.flags |= PREFS_z; /* FIXME implement */
|
||||
prefs.flags |= PREFS_z;
|
||||
break;
|
||||
default:
|
||||
return _usage();
|
||||
|
|
Loading…
Reference in New Issue
Block a user