From: Benno Schulenberg Date: Fri, 4 Jan 2013 21:07:49 +0000 (+0100) Subject: doc: make a --help text fragment identical to three others X-Git-Tag: v8.21~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=119d9f7ed7c153a4f5c8c03e072ca0436b03f424;p=thirdparty%2Fcoreutils.git doc: make a --help text fragment identical to three others * src/ln.c (usage): Move a newline to the next text fragment, so the preceding fragment about backup methods becomes the same as the ones for cp, mv, and install. A bit easier for translators. --- diff --git a/src/ln.c b/src/ln.c index 5c179732c7..c85fc96cf7 100644 --- a/src/ln.c +++ b/src/ln.c @@ -430,9 +430,9 @@ the VERSION_CONTROL environment variable. Here are the values:\n\ numbered, t make numbered backups\n\ existing, nil numbered if numbered backups exist, simple otherwise\n\ simple, never always make simple backups\n\ -\n\ "), stdout); printf (_("\ +\n\ Using -s ignores -L and -P. Otherwise, the last option specified controls\n\ behavior when a TARGET is a symbolic link, defaulting to %s.\n\ "), LINK_FOLLOWS_SYMLINKS ? "-L" : "-P");