diff options
Diffstat (limited to 'src/logname.c')
-rw-r--r-- | src/logname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logname.c b/src/logname.c index 19fea40cb..82c49feef 100644 --- a/src/logname.c +++ b/src/logname.c @@ -28,7 +28,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[] = |