summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2014-09-18 14:50:47 +0100
committerPádraig Brady <P@draigBrady.com>2014-09-19 11:24:05 +0100
commit8e93dc629727140e950a709008f9a17ca461af63 (patch)
tree73e81ea9f1be3ba95f097a3802dc7fdc750c97b4 /src/date.c
parent1f2647b8affae8bf6907f790a399041812ddf16e (diff)
downloadcoreutils-8e93dc629727140e950a709008f9a17ca461af63.tar.xz
doc: output correct --help references with --program-prefix
* src/system.h (emit_ancillary_info): Take the invariant PROGRAM_NAME as a parameter, so that consistent references are made to online docs and texinfo nodes, when a --program-prefix is in place. Note the man pages don't need this fix as they're generated before the program prefix is used. * NEWS: Mention the improvements in references to online documentation.
Diffstat (limited to 'src/date.c')
-rw-r--r--src/date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.c b/src/date.c
index ba1918f35..c39aa9a8e 100644
--- a/src/date.c
+++ b/src/date.c
@@ -255,7 +255,7 @@ Show the time on the west coast of the US (use tzselect(1) to find TZ)\n\
Show the local time for 9AM next Friday on the west coast of the US\n\
$ date --date='TZ=\"America/Los_Angeles\" 09:00 next Fri'\n\
"), stdout);
- emit_ancillary_info ();
+ emit_ancillary_info (PROGRAM_NAME);
}
exit (status);
}