Skip to content

Commit

Permalink
Remove unimplemented argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Obenhuber committed May 5, 2023
1 parent c86484c commit a56119b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ pub fn cli() -> App<'static, 'static> {
.long("restart")
.conflicts_with_all(&["dump", "input", "tail"])
.help("Restart command on exit"))
.arg(Arg::with_name("skip")
.short("s")
.long("skip")
.help("Skip records on a command restart until the last received last record is received again. Use with caution!"))
// .arg(Arg::with_name("skip")
// .short("s")
// .long("skip")
// .help("Skip records on a command restart until the last received last record is received again. Use with caution!"))
.arg(Arg::with_name("show_date")
.long("show-date")
.conflicts_with("output")
Expand Down

0 comments on commit a56119b

Please sign in to comment.