Skip to content
Snippets Groups Projects
Commit a7f22408 authored by Florian Pose's avatar Florian Pose
Browse files

Updated docs.

parent 0d6d5118
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,9 @@ const char *help_data = ...@@ -17,9 +17,9 @@ const char *help_data =
"Output binary domain data.\n" "Output binary domain data.\n"
"\n" "\n"
"Command-specific options:\n" "Command-specific options:\n"
" --domain -d <index> Positive numerical domain index. If this option\n" " --domain -d <index> Positive numerical domain index, or 'all' for\n"
" is not specified, data of all domains are\n" " all domains (default). In this case, data of all\n"
" concatenated.\n"; " domains are concatenated.\n";
/****************************************************************************/ /****************************************************************************/
......
...@@ -39,10 +39,9 @@ const char *help_domains = ...@@ -39,10 +39,9 @@ const char *help_domains =
"The process data are displayed as raw hexadecimal bytes.\n" "The process data are displayed as raw hexadecimal bytes.\n"
"\n" "\n"
"Command-specific options:\n" "Command-specific options:\n"
" --domain -d <index> Positive numerical domain index. If this\n" " --domain -d <index> Positive numerical domain index, or 'all'\n"
" option is not specified, all domains are\n" " for all domains (default).\n"
" displayed.\n" " --verbose -v Show FMMUs and process data additionally.\n";
" --verbose -v Show FMMUs and process data.\n";
/****************************************************************************/ /****************************************************************************/
......
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