tls: reorder a few more cipher ids
[oweals/busybox.git] / util-linux / nsenter.c
index 35439a2ab339e52b5bf037cd5c289bdb32e9254e..ae8103a52dc4b8e32cc4a01724c27793580ea007 100644 (file)
@@ -105,7 +105,7 @@ 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 =