summaryrefslogtreecommitdiff
path: root/src/readlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/readlink.c')
-rw-r--r--src/readlink.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/readlink.c b/src/readlink.c
index 665a25cf..f46d948e 100644
--- a/src/readlink.c
+++ b/src/readlink.c
@@ -1,5 +1,5 @@
/* readlink -- display value of a symbolic link.
- Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ Copyright (C) 2002-2014 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -81,7 +81,7 @@ usage (int status)
-q, --quiet,\n\
-s, --silent suppress most error messages\n\
-v, --verbose report error messages\n\
- -z, --zero separate output with NUL rather than newline\n\
+ -z, --zero end each output line with NUL, not newline\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
@@ -174,5 +174,5 @@ main (int argc, char **argv)
}
}
- return status;
+ exit (status);
}