diff --git a/Cargo.toml b/Cargo.toml index a0f974c6614..b2ecd547784 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ name = "cargo-fmt" name = "rustfmt-format-diff" [[bin]] -name = "git-fmt" +name = "git-rustfmt" [features] default = ["cargo-fmt", "rustfmt-format-diff"] diff --git a/src/bin/git-fmt.rs b/src/bin/git-rustfmt.rs similarity index 100% rename from src/bin/git-fmt.rs rename to src/bin/git-rustfmt.rs