diff options
-rw-r--r-- | coreutils/tr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c index 1e402dfdb..7fe7f89d5 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -299,7 +299,7 @@ int tr_main(int argc UNUSED_PARAM, char **argv) | |||
299 | */ | 299 | */ |
300 | 300 | ||
301 | /* '+': stop at first non-option */ | 301 | /* '+': stop at first non-option */ |
302 | opts = getopt32(argv, "^+" "Ccds" "\0" "-1"); | 302 | opts = getopt32(argv, "^+" "Ccds" "\0" "-1:?2"); |
303 | argv += optind; | 303 | argv += optind; |
304 | 304 | ||
305 | str1_length = expand(*argv++, &str1); | 305 | str1_length = expand(*argv++, &str1); |