From 0f0b5823a68c78e4ef62efd1f03cfcb6d549060d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 9 Jan 2017 12:48:14 +0100 Subject: nsenter: fix usage() and improve man page The "program" is optional and $SHELL is executed by default. Addresses: https://github.com/karelzak/util-linux/issues/389 Signed-off-by: Karel Zak --- 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 6dc7b225c..afa1b9c50 100644 --- a/sys-utils/nsenter.c +++ b/sys-utils/nsenter.c @@ -70,7 +70,7 @@ static void usage(int status) FILE *out = status == EXIT_SUCCESS ? stdout : stderr; fputs(USAGE_HEADER, out); - fprintf(out, _(" %s [options] [...]\n"), + fprintf(out, _(" %s [options] [ [...]]\n"), program_invocation_short_name); fputs(USAGE_SEPARATOR, out); -- cgit v1.2.3-55-g7522