diff options
Diffstat (limited to 'src/dirname.c')
-rw-r--r-- | src/dirname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirname.c b/src/dirname.c index d6227db2f..a4209c89a 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -32,7 +32,7 @@ char *program_name; /* If non-zero, display usage information and exit. */ static int show_help; -/* If non-zero, print the version on standard error. */ +/* If non-zero, print the version on standard output and exit. */ static int show_version; static struct option const long_options[] = |