diff options
Diffstat (limited to 'mullvad-daemon/src')
| -rw-r--r-- | mullvad-daemon/src/cli.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mullvad-daemon/src/cli.rs b/mullvad-daemon/src/cli.rs index 215783bc77..d3350ad90f 100644 --- a/mullvad-daemon/src/cli.rs +++ b/mullvad-daemon/src/cli.rs @@ -49,8 +49,6 @@ fn create_app() -> App<'static, 'static> { Arg::with_name("tunnel_log_file") .long("tunnel-log") .takes_value(true) - .help( - "Save log from tunnel implementation process to this file path", - ), + .help("Save log from tunnel implementation process to this file path"), ) } |
