options: stop accepting -z, as --suspendable has been dropped too

This should have been part of commit 98f9518b from seven weeks ago.
This commit is contained in:
Benno Schulenberg 2022-07-31 19:43:02 +02:00
parent 4f433cd601
commit 54ded4527a

View File

@ -1816,7 +1816,7 @@ int main(int argc, char **argv)
SET(RESTRICTED);
while ((optchr = getopt_long(argc, argv, "0ABC:DEFGHIJ:KLMNOPQ:RST:UVWX:Y:Z"
"abcdef:ghijklmno:pqr:s:tuvwxyz$%_!", long_options, NULL)) != -1) {
"abcdef:ghijklmno:pqr:s:tuvwxy$%_!", long_options, NULL)) != -1) {
switch (optchr) {
#ifndef NANO_TINY
case 'A':
@ -2048,10 +2048,6 @@ int main(int argc, char **argv)
case 'y':
SET(AFTER_ENDS);
break;
#endif
case 'z':
break;
#ifndef NANO_TINY
case '%':
SET(STATEFLAGS);
break;