aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools/namespace-sandbox.c
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-05-18 09:30:40 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-05-18 19:59:32 +0000
commitcb598ef624d7f451fcaff25f01ab98c2bc1901a8 (patch)
tree48767eb49a13d602e6767cf06eeb825d5c9ba44e /src/main/tools/namespace-sandbox.c
parent5202166f2b7898e630876e6ebe6a151b3b6207af (diff)
namespace-sandbox: fix usage string
The root of the sandbox is specified using the -S flag whereas the first line of the program was specifying -R. -- MOS_MIGRATED_REVID=93869647
Diffstat (limited to 'src/main/tools/namespace-sandbox.c')
-rw-r--r--src/main/tools/namespace-sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/tools/namespace-sandbox.c b/src/main/tools/namespace-sandbox.c
index c3a0cc113f..2ea49f812a 100644
--- a/src/main/tools/namespace-sandbox.c
+++ b/src/main/tools/namespace-sandbox.c
@@ -46,7 +46,7 @@ int kChildrenCleanupDelay = 1;
void Usage() {
fprintf(stderr,
- "Usage: ./sandbox [-R sandbox-root] [-m mount] -C command arg1\n"
+ "Usage: ./sandbox [-S sandbox-root] [-m mount] -C command arg1\n"
"Mandatory arguments:\n"
" -C command to run inside sandbox, followed by arguments\n"
" -S directory which will become the root of the sandbox\n"