More descriptive help for -T
authorJagger <robert.swiecki@code.google.com>
Wed, 20 May 2015 22:36:28 +0000 (00:36 +0200)
committerJagger <robert.swiecki@code.google.com>
Wed, 20 May 2015 22:36:28 +0000 (00:36 +0200)
cmdline.c

index e12d17ec86a2b009b0a1354df19b4cb994d5f88a..e2f0f8db4b7b68febbde2281dd8ffff498f88150 100644 (file)
--- 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* */