aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools
diff options
context:
space:
mode:
authorGravatar ruperts <ruperts@google.com>2017-11-14 10:14:01 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-14 10:15:56 -0800
commitc47c13fd0c489232c8d1d801cbcbd35efb251cbf (patch)
treef1fb47f85809f0d8017e70815e99f25435f8cdbe /src/main/tools
parentddb25552f58cb5e822eafd145b5555f163a999e0 (diff)
Add documentation for linux-sandbox -H option.
RELNOTES: None PiperOrigin-RevId: 175697300
Diffstat (limited to 'src/main/tools')
-rw-r--r--src/main/tools/linux-sandbox-options.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/tools/linux-sandbox-options.cc b/src/main/tools/linux-sandbox-options.cc
index ce4a624da2..88e1fa2d73 100644
--- a/src/main/tools/linux-sandbox-options.cc
+++ b/src/main/tools/linux-sandbox-options.cc
@@ -65,6 +65,7 @@ static void Usage(char *program_name, const char *fmt, ...) {
"mounted readonly.\n"
" The -M option specifies which directory to mount, the -m option "
"specifies where to\n"
+ " -H if set, make hostname in the sandbox equal to 'localhost'\n"
" -N if set, a new network namespace will be created\n"
" -R if set, make the uid/gid be root\n"
" -U if set, make the uid/gid be nobody\n"