Skip to content
Snippets Groups Projects
Commit 4191b5d7 authored by whh8b's avatar whh8b
Browse files

Add usage information for verbose flag.

parent b14c70f6
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ void Options_t::print_usage(int p_argc, char *p_argv[])
"Set the path of objcopy to use. Optional. \n");
printf("\t-c callback.exe\t\t--path to callbacks file: "
"Set the path of the file which contains any required callacks. Missing callbacks elided. \n");
printf("\t-!\t\t--verbose: "
"Enable verbose output. \n");
printf("\t-q\t\t--quiet: "
"Quiet the verbose output. \n");
}
Options_t* Options_t::parse_args(int p_argc, char* p_argv[])
......
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