diff options
Diffstat (limited to 'src/echo.c')
-rw-r--r-- | src/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/echo.c b/src/echo.c index aaeb0eee8..e1629a638 100644 --- a/src/echo.c +++ b/src/echo.c @@ -127,7 +127,7 @@ main (int argc, char **argv) /* Don't recognize --help or --version if POSIXLY_CORRECT is set. */ if (getenv ("POSIXLY_CORRECT") == NULL) parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, - usage, AUTHORS, NULL); + AUTHORS, usage); else allow_options = 0; |