From 54fefa078e54718acbd2489b0f92328f272f9a3c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 18 Jan 2015 21:17:09 +0100 Subject: textual: fix spellos and inconsistencies in several program messages Signed-off-by: Benno Schulenberg --- sys-utils/unshare.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-utils/unshare.c') diff --git a/sys-utils/unshare.c b/sys-utils/unshare.c index 83c4a0059..58e91648a 100644 --- a/sys-utils/unshare.c +++ b/sys-utils/unshare.c @@ -121,7 +121,7 @@ static void usage(int status) fputs(_(" -f, --fork fork before launching \n"), out); fputs(_(" --mount-proc[=] mount proc filesystem first (implies --mount)\n"), out); fputs(_(" -r, --map-root-user map current user to root (implies --user)\n"), out); - fputs(_(" -s, --setgroups control setgroups syscall in user namespaces\n"), out); + fputs(_(" -s, --setgroups allow|deny control the setgroups syscall in user namespaces\n"), out); fputs(USAGE_SEPARATOR, out); fputs(USAGE_HELP, out); @@ -235,7 +235,7 @@ int main(int argc, char *argv[]) if (maproot) { if (setgrpcmd == SETGROUPS_ALLOW) errx(EXIT_FAILURE, _("options --setgroups=allow and " - "--map-root-user are mutually exclusive.")); + "--map-root-user are mutually exclusive")); /* since Linux 3.19 unprivileged writing of /proc/self/gid_map * has s been disabled unless /proc/self/setgroups is written -- cgit v1.2.3-55-g7522