summaryrefslogtreecommitdiffstats
path: root/login-utils/last.c
diff options
context:
space:
mode:
authorBenno Schulenberg2014-07-22 22:56:27 +0200
committerKarel Zak2014-07-23 08:56:00 +0200
commit09af3db48e01e5744f15fd8a2395e0fed36526ea (patch)
tree2366730c75e6c1b6ad662184107e948481344afd /login-utils/last.c
parentswapon: don't print errors as data in smartcols table (diff)
downloadkernel-qcow2-util-linux-09af3db48e01e5744f15fd8a2395e0fed36526ea.tar.gz
kernel-qcow2-util-linux-09af3db48e01e5744f15fd8a2395e0fed36526ea.tar.xz
kernel-qcow2-util-linux-09af3db48e01e5744f15fd8a2395e0fed36526ea.zip
textual: fix some typos and inconsistencies in various messages
Fixing plain typos, miswordings, inconsistent periods, some missing angular brackets, and a proper pluralization (even when it involves a constant, because for some languages the precise value matters). Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'login-utils/last.c')
-rw-r--r--login-utils/last.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/login-utils/last.c b/login-utils/last.c
index f0c2b8c87..f7a2576f4 100644
--- a/login-utils/last.c
+++ b/login-utils/last.c
@@ -564,11 +564,11 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
fputs(_(" -R, --nohostname don't display the hostname field\n"), out);
fputs(_(" -s, --since <time> display the lines since the specified time\n"), out);
fputs(_(" -t, --until <time> display the lines until the specified time\n"), out);
- fputs(_(" -p, --present <time> display who where present at the specified time\n"), out);
+ fputs(_(" -p, --present <time> display who were present at the specified time\n"), out);
fputs(_(" -w, --fullnames display full user and domain names\n"), out);
fputs(_(" -x, --system display system shutdown entries and run level changes\n"), out);
- fputs(_(" --time-format <format> show time stamp using format:\n"), out);
- fputs(_(" [notime|short|full|iso]\n"), out);
+ fputs(_(" --time-format <format> show timestamps in the specified <format>:\n"
+ " notime|short|full|iso\n"), out);
fputs(USAGE_SEPARATOR, out);
fputs(USAGE_HELP, out);