diff options
| -rwxr-xr-x | format.sh | 2 | ||||
| -rw-r--r-- | mullvad-daemon/src/cli.rs | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -5,7 +5,7 @@ set -u -VERSION="0.2.6" +VERSION="0.2.8" CMD="rustfmt" INSTALL_CMD="cargo install --vers $VERSION --force rustfmt-nightly" 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"), ) } |
