diff options
Diffstat (limited to 'util-linux/unshare.c')
-rw-r--r-- | util-linux/unshare.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/unshare.c b/util-linux/unshare.c index e7b95c72b..df377478f 100644 --- a/util-linux/unshare.c +++ b/util-linux/unshare.c | |||
@@ -220,8 +220,7 @@ int unshare_main(int argc UNUSED_PARAM, char **argv) | |||
220 | ":ru" /* --map-root-user or -r implies -u */ | 220 | ":ru" /* --map-root-user or -r implies -u */ |
221 | ":\xfd""m" /* --mount-proc implies -m */ | 221 | ":\xfd""m" /* --mount-proc implies -m */ |
222 | ; | 222 | ; |
223 | applet_long_options = unshare_longopts; | 223 | opts = getopt32long(argv, opt_str, unshare_longopts, |
224 | opts = getopt32(argv, opt_str, | ||
225 | &proc_mnt_target, &prop_str, &setgrp_str, | 224 | &proc_mnt_target, &prop_str, &setgrp_str, |
226 | &ns_ctx_list[NS_MNT_POS].path, | 225 | &ns_ctx_list[NS_MNT_POS].path, |
227 | &ns_ctx_list[NS_UTS_POS].path, | 226 | &ns_ctx_list[NS_UTS_POS].path, |