Skip to content
Snippets Groups Projects
Commit dedcd224 authored by burneykb's avatar burneykb
Browse files

Adding note about --help flag for use with the cli

parent 51326380
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,12 @@ running the `monitor` program will effectively run `cli monitor`. ...@@ -40,6 +40,12 @@ running the `monitor` program will effectively run `cli monitor`.
The names of the binaries is subject to change. The names of the binaries is subject to change.
For more in depth usage explainations, use the --help flag.
'./Cli --help'
For help with the specific cli command you are running, use the --help flag once again.
'./Cli setpid --help'
### Example ### Example
In one terminal or screen, run the backend: In one terminal or screen, run the backend:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment