summaryrefslogtreecommitdiff
path: root/src/nohup.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-08 14:08:03 +0100
committerJim Meyering <meyering@redhat.com>2012-01-09 21:50:08 +0100
commit9af0dced5a2eb167ec7b9dfe3f358f214e45d41a (patch)
treeb182495d17047e581cbee89db69d76d87173b0cc /src/nohup.c
parent36b9a1b6ac2730e78c14552fd55795fe10862a3d (diff)
downloadcoreutils-9af0dced5a2eb167ec7b9dfe3f358f214e45d41a.tar.xz
maint: convert `...' to '...' in --help output
All affected lines end with \ or \n\, so run this command until it produces no new changes (4 times): git grep -E -l '`[^ ]+'\''.*\\' src \ |xargs perl -pi -e 's/`([^ ]+'\''.*\\)/'\''$1/'
Diffstat (limited to 'src/nohup.c')
-rw-r--r--src/nohup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nohup.c b/src/nohup.c
index e19d2940e..d395ca5bc 100644
--- a/src/nohup.c
+++ b/src/nohup.c
@@ -64,10 +64,10 @@ Run COMMAND, ignoring hangup signals.\n\
fputs (VERSION_OPTION_DESCRIPTION, stdout);
printf (_("\n\
If standard input is a terminal, redirect it from /dev/null.\n\
-If standard output is a terminal, append output to `nohup.out' if possible,\n\
-`$HOME/nohup.out' otherwise.\n\
+If standard output is a terminal, append output to 'nohup.out' if possible,\n\
+'$HOME/nohup.out' otherwise.\n\
If standard error is a terminal, redirect it to standard output.\n\
-To save output to FILE, use `%s COMMAND > FILE'.\n"),
+To save output to FILE, use '%s COMMAND > FILE'.\n"),
program_name);
printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME);
emit_ancillary_info ();