diff options
-rw-r--r-- | util-linux/nsenter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/nsenter.c b/util-linux/nsenter.c index c6933c8d5..35439a2ab 100644 --- a/util-linux/nsenter.c +++ b/util-linux/nsenter.c | |||
@@ -112,7 +112,7 @@ static const char nsenter_longopts[] ALIGN1 = | |||
112 | "user\0" Optional_argument "U" | 112 | "user\0" Optional_argument "U" |
113 | "ipc\0" Optional_argument "i" | 113 | "ipc\0" Optional_argument "i" |
114 | "uts\0" Optional_argument "u" | 114 | "uts\0" Optional_argument "u" |
115 | "network\0" Optional_argument "n" | 115 | "net\0" Optional_argument "n" |
116 | "pid\0" Optional_argument "p" | 116 | "pid\0" Optional_argument "p" |
117 | "mount\0" Optional_argument "m" | 117 | "mount\0" Optional_argument "m" |
118 | "target\0" Required_argument "t" | 118 | "target\0" Required_argument "t" |