config: Add example cwd

The field is optional, but it's nice to have at least one example of
it in use.

Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
W. Trevor King 2015-08-28 22:19:26 -07:00
parent 6a5a445465
commit 10aa5f20c5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ For Linux-based systems the user structure has the following fields:
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"TERM=xterm"
],
"cwd": "",
"cwd": "/root",
"args": [
"sh"
]