Added doc for missing commands
This commit is contained in:
parent
3d883e0674
commit
aa3c3d05e1
1 changed files with 5 additions and 1 deletions
6
run.sh
6
run.sh
|
|
@ -10,10 +10,14 @@ Usage:
|
|||
|
||||
$(basename $0)
|
||||
[-f|--foreground]
|
||||
[-b|--background]
|
||||
[--no-color]
|
||||
[-h|--help]
|
||||
|
||||
Where:
|
||||
--foreground Run Hal Server in the foreground instead of detaching a new screen.
|
||||
--foreground (Default) Run Hal Server in the foreground instead of detaching a new screen.
|
||||
--background Run Hal Server in the background through screen.
|
||||
--no-color Disable color printout on the console.
|
||||
--help Print this help message.
|
||||
"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue