Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Schüpbach
Metrics Client
Commits
87ce1f9b
Verified
Commit
87ce1f9b
authored
Aug 23, 2021
by
Sebastian Schüpbach
Browse files
fix argument name for kafka topic
parent
484535c3
Pipeline
#31676
passed with stages
in 14 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.rs
View file @
87ce1f9b
...
@@ -28,7 +28,7 @@ fn parse_config() -> ArgMatches<'static> {
...
@@ -28,7 +28,7 @@ fn parse_config() -> ArgMatches<'static> {
)
)
.arg
(
.arg
(
Arg
::
with_name
(
"topic"
)
Arg
::
with_name
(
"topic"
)
.short
(
"
k
"
)
.short
(
"
t
"
)
.long
(
"topic"
)
.long
(
"topic"
)
.value_name
(
"NAME"
)
.value_name
(
"NAME"
)
.help
(
"Sets Kafka topic name"
)
.help
(
"Sets Kafka topic name"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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