diff options
Diffstat (limited to 'util-linux/nsenter.c')
-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 9cfbf21..e6339da 100644 --- a/util-linux/nsenter.c +++ b/util-linux/nsenter.c @@ -17,7 +17,7 @@ //kbuild:lib-$(CONFIG_NSENTER) += nsenter.o //usage:#define nsenter_trivial_usage -//usage: "[OPTIONS] [PROG [ARGS]]" +//usage: "[OPTIONS] [PROG ARGS]" //usage:#define nsenter_full_usage "\n" //usage: "\n -t PID Target process to get namespaces from" //usage: "\n -m[FILE] Enter mount namespace" |