tls: reorder a few more cipher ids
[oweals/busybox.git] / util-linux / nsenter.c
index c6933c8d50d4c2332d6b980490aa82673bbd176e..ae8103a52dc4b8e32cc4a01724c27793580ea007 100644 (file)
@@ -105,14 +105,14 @@ static const struct namespace_descr ns_list[] = {
 /*
  * Upstream nsenter doesn't support the short option for --preserve-credentials
  */
-static const char opt_str[] ALIGN1 = "U::i::u::n::p::m::""t+S+G+r::w::F";
+static const char opt_str[] ALIGN1 = "U::i::u::n::p::m::""t:+S:+G:+r::w::F";
 
 #if ENABLE_LONG_OPTS
 static const char nsenter_longopts[] ALIGN1 =
        "user\0"                        Optional_argument       "U"
        "ipc\0"                         Optional_argument       "i"
        "uts\0"                         Optional_argument       "u"
-       "network\0"                     Optional_argument       "n"
+       "net\0"                         Optional_argument       "n"
        "pid\0"                         Optional_argument       "p"
        "mount\0"                       Optional_argument       "m"
        "target\0"                      Required_argument       "t"