mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 17:17:23 +08:00
Updated docs.
This commit is contained in:
+3
-3
@@ -17,9 +17,9 @@ const char *help_data =
|
||||
"Output binary domain data.\n"
|
||||
"\n"
|
||||
"Command-specific options:\n"
|
||||
" --domain -d <index> Positive numerical domain index. If this option\n"
|
||||
" is not specified, data of all domains are\n"
|
||||
" concatenated.\n";
|
||||
" --domain -d <index> Positive numerical domain index, or 'all' for\n"
|
||||
" all domains (default). In this case, data of all\n"
|
||||
" domains are concatenated.\n";
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
|
||||
+3
-4
@@ -39,10 +39,9 @@ const char *help_domains =
|
||||
"The process data are displayed as raw hexadecimal bytes.\n"
|
||||
"\n"
|
||||
"Command-specific options:\n"
|
||||
" --domain -d <index> Positive numerical domain index. If this\n"
|
||||
" option is not specified, all domains are\n"
|
||||
" displayed.\n"
|
||||
" --verbose -v Show FMMUs and process data.\n";
|
||||
" --domain -d <index> Positive numerical domain index, or 'all'\n"
|
||||
" for all domains (default).\n"
|
||||
" --verbose -v Show FMMUs and process data additionally.\n";
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user