From ab68730861a4f7163f60d25f19385cee971f630a Mon Sep 17 00:00:00 2001 From: Jagger Date: Thu, 21 May 2015 00:36:28 +0200 Subject: [PATCH] More descriptive help for -T --- cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdline.c b/cmdline.c index e12d17e..e2f0f8d 100644 --- a/cmdline.c +++ b/cmdline.c @@ -197,7 +197,7 @@ bool cmdlineParse(int argc, char *argv[], struct nsjconf_t * nsjconf) {{"rw", no_argument, NULL, 0x0503}, "Mount / as RW (default: RO)"}, {{"silent", no_argument, NULL, 0x0504}, "Redirect child's fd:0/1/2 to /dev/null (default: false)"}, {{"bindmount", required_argument, NULL, 'B'}, "List of mountpoints to be mounted --bind inside the container. Can be specified multiple times (default: none)"}, - {{"tmpfsmount", required_argument, NULL, 'T'}, "List of mountpoints to be mounted as tmpfs inside the container. Can be specified multiple times (default: none)"}, + {{"tmpfsmount", required_argument, NULL, 'T'}, "List of mountpoints to be mounted as RW/tmpfs inside the container. Can be specified multiple times (default: none)"}, {{0, 0, 0, 0}, NULL}, }; /* *INDENT-ON* */