Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Knot projects
Knot DNS
Commits
84b75783
Commit
84b75783
authored
Jul 09, 2022
by
Daniel Salzman
Browse files
scripts: add short parameter variants to probe_dump.py
parent
2c4126f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/probe_dump.py
View file @
84b75783
...
...
@@ -33,16 +33,16 @@ if __name__ == "__main__":
formatter_class
=
argparse
.
ArgumentDefaultsHelpFormatter
,
)
parser
.
add_argument
(
"--libknot-path"
,
"-l"
,
"--libknot-path"
,
help
=
"path to the libknot shared library"
)
parser
.
add_argument
(
"--probe-dir"
,
"-d"
,
"--probe-dir"
,
default
=
"/run/knot"
,
help
=
"path to the probe directory"
)
parser
.
add_argument
(
"--channel"
,
"-c"
,
"--channel"
,
type
=
int
,
default
=
1
,
help
=
"the probe channel"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment