From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: util-linux-owner@vger.kernel.org Received: from cpsmtpb-ews09.kpnxchange.com ([213.75.39.14]:60801 "EHLO cpsmtpb-ews09.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754593AbaIVUQR (ORCPT ); Mon, 22 Sep 2014 16:16:17 -0400 From: Benno Schulenberg To: util-linux@vger.kernel.org Subject: [PATCH 10/10] textual: there may be no space between option and optional =arg Date: Mon, 22 Sep 2014 22:15:40 +0200 Message-Id: <1411416940-3249-10-git-send-email-bensberg@justemail.net> In-Reply-To: <1411416940-3249-1-git-send-email-bensberg@justemail.net> References: <1411416940-3249-1-git-send-email-bensberg@justemail.net> Sender: util-linux-owner@vger.kernel.org List-ID: Signed-off-by: Benno Schulenberg --- sys-utils/nsenter.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-utils/nsenter.c b/sys-utils/nsenter.c index 7da44e7..c54d63f 100644 --- a/sys-utils/nsenter.c +++ b/sys-utils/nsenter.c @@ -67,16 +67,16 @@ static void usage(int status) fputs(USAGE_OPTIONS, out); fputs(_(" -t, --target target process to get namespaces from\n"), out); - fputs(_(" -m, --mount [=] enter mount namespace\n"), out); - fputs(_(" -u, --uts [=] enter UTS namespace (hostname etc)\n"), out); - fputs(_(" -i, --ipc [=] enter System V IPC namespace\n"), out); - fputs(_(" -n, --net [=] enter network namespace\n"), out); - fputs(_(" -p, --pid [=] enter pid namespace\n"), out); - fputs(_(" -U, --user [=] enter user namespace\n"), out); + fputs(_(" -m, --mount[=] enter mount namespace\n"), out); + fputs(_(" -u, --uts[=] enter UTS namespace (hostname etc)\n"), out); + fputs(_(" -i, --ipc[=] enter System V IPC namespace\n"), out); + fputs(_(" -n, --net[=] enter network namespace\n"), out); + fputs(_(" -p, --pid[=] enter pid namespace\n"), out); + fputs(_(" -U, --user[=] enter user namespace\n"), out); fputs(_(" -S, --setuid set uid in entered namespace\n"), out); fputs(_(" -G, --setgid set gid in entered namespace\n"), out); - fputs(_(" -r, --root [=] set the root directory\n"), out); - fputs(_(" -w, --wd [=] set the working directory\n"), out); + fputs(_(" -r, --root[=] set the root directory\n"), out); + fputs(_(" -w, --wd[=] set the working directory\n"), out); fputs(_(" -F, --no-fork do not fork before exec'ing \n"), out); fputs(USAGE_SEPARATOR, out); -- 1.7.0.4