summaryrefslogtreecommitdiffstats
path: root/misc-utils/lastlog2.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:23:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:23:00 +0000
commit803b3a091c225d48395508a8f9ffa6e08cbddc5b (patch)
treea3168c9e7da8991c423b5978aacf90c3c2b135c1 /misc-utils/lastlog2.c
parentReleasing progress-linux version 2.40-8~progress7.99u1. (diff)
downloadutil-linux-803b3a091c225d48395508a8f9ffa6e08cbddc5b.tar.xz
util-linux-803b3a091c225d48395508a8f9ffa6e08cbddc5b.zip
Merging upstream version 2.40.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'misc-utils/lastlog2.c')
-rw-r--r--misc-utils/lastlog2.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/misc-utils/lastlog2.c b/misc-utils/lastlog2.c
index 4029f5e..7e511b0 100644
--- a/misc-utils/lastlog2.c
+++ b/misc-utils/lastlog2.c
@@ -108,15 +108,15 @@ static void __attribute__((__noreturn__)) usage(void)
fprintf(output, _(" %s [options]\n"), program_invocation_short_name);
fputs(USAGE_OPTIONS, output);
- fputs(_(" -b, --before DAYS Print only records older than DAYS\n"), output);
- fputs(_(" -C, --clear Clear record of a user (requires -u)\n"), output);
- fputs(_(" -d, --database FILE Use FILE as lastlog2 database\n"), output);
- fputs(_(" -i, --import FILE Import data from old lastlog file\n"), output);
- fputs(_(" -r, --rename NEWNAME Rename existing user to NEWNAME (requires -u)\n"), output);
- fputs(_(" -s, --service Display PAM service\n"), output);
- fputs(_(" -S, --set ySet lastlog record to current time (requires -u)\n"), output);
- fputs(_(" -t, --time DAYS Print only lastlog records more recent than DAYS\n"), output);
- fputs(_(" -u, --user LOGIN Print lastlog record of the specified LOGIN\n"), output);
+ fputs(_(" -b, --before DAYS print only records older than DAYS\n"), output);
+ fputs(_(" -C, --clear clear record of a user (requires -u)\n"), output);
+ fputs(_(" -d, --database FILE use FILE as lastlog2 database\n"), output);
+ fputs(_(" -i, --import FILE import data from old lastlog file\n"), output);
+ fputs(_(" -r, --rename NEWNAME rename existing user to NEWNAME (requires -u)\n"), output);
+ fputs(_(" -s, --service display PAM service\n"), output);
+ fputs(_(" -S, --set set lastlog record to current time (requires -u)\n"), output);
+ fputs(_(" -t, --time DAYS print only lastlog records more recent than DAYS\n"), output);
+ fputs(_(" -u, --user LOGIN print lastlog record of the specified LOGIN\n"), output);
fputs(USAGE_SEPARATOR, output);
fprintf(output, USAGE_HELP_OPTIONS(25));