diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2013-01-04 22:07:49 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-01-10 20:32:33 +0000 |
commit | 119d9f7ed7c153a4f5c8c03e072ca0436b03f424 (patch) | |
tree | 57c5d3987bdfa28cb32db65caf501af4bfed54d8 /src | |
parent | 05382299cd9953a32c95f89b7cdef6f512176a81 (diff) | |
download | coreutils-119d9f7ed7c153a4f5c8c03e072ca0436b03f424.tar.xz |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/ln.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |