From 442fafa54c63cbbf25ffb6a54297c0289e97b34c Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Fri, 23 May 2014 00:45:57 +0100 Subject: doc: clarify --zero-terminated option * src/join.c (usage): Reword to avoid implication that the NUL byte is only generated as the output delimeter. * src/sort.c (usage): Likewise. * src/shuf.c (usage): Likewise. Also since we're changing the translation string take the opportunity to separate out the description to a separate string to reduce translation overhead. * src/uniq.c (usage): Likewise. * src/stty.c (usage): s/null/NUL/ for consistency. * src/basename.c (usage): Reword for accuracy/consistency. * src/dirname.c (usage): Likewise. * src/du.c (usage): Likewise. * src/env.c (usage): Likewise. * src/printenv.c (usage): Likewise. * src/readlink.c (usage): Likewise. * src/realpath.c (usage): Likewise. * doc/coreutils.texi: Consolidate/share the descriptions of --null, --zero and --zero-terminated. --- src/realpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/realpath.c') diff --git a/src/realpath.c b/src/realpath.c index 4426572b0..0c5532710 100644 --- a/src/realpath.c +++ b/src/realpath.c @@ -83,7 +83,7 @@ all but the last component must exist\n\ --relative-to=FILE print the resolved path relative to FILE\n\ --relative-base=FILE print absolute paths unless paths below FILE\n\ -s, --strip, --no-symlinks don't expand symlinks\n\ - -z, --zero separate output with NUL rather than newline\n\ + -z, --zero end each output line with NUL, not newline\n\ \n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); -- cgit v1.2.3-70-g09d2