From: Benno Schulenberg Date: Mon, 22 Sep 2014 20:15:39 +0000 (+0200) Subject: textual: angular brackets around a non-literal argument, singular X-Git-Tag: v2.26-rc1~435 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=298dc4ff6ba9a0049dab7090b14cd5039705f269;p=thirdparty%2Futil-linux.git textual: angular brackets around a non-literal argument, singular Signed-off-by: Benno Schulenberg --- diff --git a/sys-utils/nsenter.c b/sys-utils/nsenter.c index 87c6549392..7da44e707c 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); diff --git a/sys-utils/setpriv.c b/sys-utils/setpriv.c index ccfa99333d..06d9fe4299 100644 --- a/sys-utils/setpriv.c +++ b/sys-utils/setpriv.c @@ -90,7 +90,9 @@ struct privctx { static void __attribute__((__noreturn__)) usage(FILE *out) { fputs(USAGE_HEADER, out); - fprintf(out, _(" %s [options] [args...]\n"), program_invocation_short_name); + fprintf(out, _(" %s [options] [...]\n"), + program_invocation_short_name); + fputs(USAGE_OPTIONS, out); fputs(_(" -d, --dump show current state (and do not exec anything)\n"), out); fputs(_(" --nnp, --no-new-privs disallow granting new privileges\n"), out); @@ -108,6 +110,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out) fputs(_(" --securebits set securebits\n"), out); fputs(_(" --selinux-label