Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
etherlabmaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ICS Control System Infrastructure
etherlabmaster
Commits
a7f22408
Commit
a7f22408
authored
16 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Updated docs.
parent
0d6d5118
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tool/cmd_data.cpp
+3
-3
3 additions, 3 deletions
tool/cmd_data.cpp
tool/cmd_domain.cpp
+3
-4
3 additions, 4 deletions
tool/cmd_domain.cpp
with
6 additions
and
7 deletions
tool/cmd_data.cpp
+
3
−
3
View file @
a7f22408
...
@@ -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
"
;
/****************************************************************************/
/****************************************************************************/
...
...
This diff is collapsed.
Click to expand it.
tool/cmd_domain.cpp
+
3
−
4
View file @
a7f22408
...
@@ -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
"
;
/****************************************************************************/
/****************************************************************************/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment