From dedcd224e3e3a3e862c4c8873dd28c4a624b8749 Mon Sep 17 00:00:00 2001 From: Kris Burney <burneykb@iastate.edu> Date: Sun, 4 Dec 2016 01:27:30 -0600 Subject: [PATCH] Adding note about --help flag for use with the cli --- groundStation/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/groundStation/README.md b/groundStation/README.md index a54b1f436..9e1936b24 100644 --- a/groundStation/README.md +++ b/groundStation/README.md @@ -40,6 +40,12 @@ running the `monitor` program will effectively run `cli monitor`. 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 In one terminal or screen, run the backend: -- GitLab