diff --git a/clippy_dev/src/main.rs b/clippy_dev/src/main.rs index 17c321d6c79..b5d416c18f3 100644 --- a/clippy_dev/src/main.rs +++ b/clippy_dev/src/main.rs @@ -190,7 +190,7 @@ fn get_clap_config<'a>() -> ArgMatches<'a> { Arg::with_name("force-override") .long("force-override") .short("f") - .help("Forces the override of existing vs code tasks") + .help("Forces the override of existing vscode tasks") .required(false), ), ), diff --git a/util/etc/vscode-tasks.json b/util/etc/vscode-tasks.json index aee31b5aa27..a4bb26b9f90 100644 --- a/util/etc/vscode-tasks.json +++ b/util/etc/vscode-tasks.json @@ -12,7 +12,7 @@ }, }, { - "label": "cargo fmt", + "label": "cargo dev fmt", "type": "shell", "command": "cargo dev fmt", "problemMatcher": [],