Make the sandbox option positive: --no-sandbox -> --sandbox.

This commit is contained in:
Andrew Hamilton 2016-02-20 23:36:23 +00:00
parent 1dfb04841c
commit ef4de749fe
2 changed files with 12 additions and 8 deletions

View file

@ -21,8 +21,8 @@
│ │
│Options: │
│ -h, --help Show this screen and exit. │
│ -n, --no-sandbox Don't use a sandbox to prevent changes to
the filesystem.
│ -s on|off, --sandbox=on|off Use a sandbox to prevent changes to the
filesystem. The sandbox is on by default.
│ -w COUNT, --workers=COUNT The number of processes working in parallel. │
│ By default it is twice the number of cpus. │
│ -e "COMMAND", --editor="COMMAND" The command used to start the editor, in │