diff options
-rw-r--r-- | libshouldbeinlibc/argp-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/argp-test.c b/libshouldbeinlibc/argp-test.c index 8cb93c53..9b4e8af6 100644 --- a/libshouldbeinlibc/argp-test.c +++ b/libshouldbeinlibc/argp-test.c @@ -113,7 +113,7 @@ parse_opt (int key, char *arg, struct argp_state *state) break; case 'p': case 'P': case OPT_PGRP: case 'x': case 'Q': - case 'r': case OPT_SESS: + case 'r': case OPT_SESS: case 'f': case 'z': { char buf[10]; if (isprint (key)) |