diff --git a/Cargo.lock b/Cargo.lock index bcd442f6..689b9e18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -738,7 +738,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hl" -version = "0.25.3-alpha.3" +version = "0.25.3-alpha.4" dependencies = [ "atoi", "bincode", diff --git a/Cargo.toml b/Cargo.toml index c1e10dec..3b52394f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ categories = ["command-line-utilities"] description = "Utility for viewing json-formatted log files." keywords = ["cli", "human", "log"] name = "hl" -version = "0.25.3-alpha.3" +version = "0.25.3-alpha.4" edition = "2021" build = "build.rs" diff --git a/src/main.rs b/src/main.rs index ce45ef7a..b1fd61f3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -196,7 +196,7 @@ struct Opt { tail: u64, /// Synchronization interval for live streaming mode enabled by --follow option. - #[arg(long, default_value = "100", overrides_with = "sync-interval-ms")] + #[arg(long, default_value = "100", overrides_with = "sync_interval_ms")] sync_interval_ms: u64, /// Output file.