aboutsummaryrefslogtreecommitdiff
path: root/util-linux/unshare.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/unshare.c')
-rw-r--r--util-linux/unshare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/unshare.c b/util-linux/unshare.c
index 61fc71197..a943e7b03 100644
--- a/util-linux/unshare.c
+++ b/util-linux/unshare.c
@@ -239,7 +239,7 @@ int unshare_main(int argc UNUSED_PARAM, char **argv)
239 if (setgrp_str) { 239 if (setgrp_str) {
240 if (strcmp(setgrp_str, "allow") == 0) { 240 if (strcmp(setgrp_str, "allow") == 0) {
241 if (opts & OPT_map_root) { 241 if (opts & OPT_map_root) {
242 bb_error_msg_and_die( 242 bb_simple_error_msg_and_die(
243 "--setgroups=allow and --map-root-user " 243 "--setgroups=allow and --map-root-user "
244 "are mutually exclusive" 244 "are mutually exclusive"
245 ); 245 );