From 298dc4ff6ba9a0049dab7090b14cd5039705f269 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 22 Sep 2014 22:15:39 +0200 Subject: textual: angular brackets around a non-literal argument, singular Signed-off-by: Benno Schulenberg --- sys-utils/nsenter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/nsenter.c') diff --git a/sys-utils/nsenter.c b/sys-utils/nsenter.c index 87c654939..7da44e707 100644 --- a/sys-utils/nsenter.c +++ b/sys-utils/nsenter.c @@ -62,7 +62,7 @@ static void usage(int status) FILE *out = status == EXIT_SUCCESS ? stdout : stderr; fputs(USAGE_HEADER, out); - fprintf(out, _(" %s [options] [args...]\n"), + fprintf(out, _(" %s [options] [...]\n"), program_invocation_short_name); fputs(USAGE_OPTIONS, out); -- cgit v1.2.3-55-g7522