* login-utils/last.c (usage): Add '[name...]' to document the optional username or terminal type argument. Signed-off-by: Bernhard Voelker <mail@xxxxxxxxxxxxxxxxxxx> --- login-utils/last.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login-utils/last.c b/login-utils/last.c index 0f475f2..913637e 100644 --- a/login-utils/last.c +++ b/login-utils/last.c @@ -418,7 +418,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out) { fputs(USAGE_HEADER, out); fprintf(out, _( - " %s [options]\n"), program_invocation_short_name); + " %s [options] [name...]\n"), program_invocation_short_name); fputs(USAGE_OPTIONS, out); fputs(_(" -<number> how many lines to show\n"), out); -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html