Skip to content

Commit f00c556

Browse files
committed
correct --dump-default-config usage string
1 parent 50a138a commit f00c556

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bin/rustfmt.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ fn make_opts() -> Options {
128128
opts.opt(
129129
"",
130130
"dump-default-config",
131-
"Dumps the default configuration to a file and exits. PATH defaults to rustfmt.toml if \
132-
omitted.",
131+
"Dumps default configuration to PATH. PATH defaults to stdout, if omitted."
133132
"PATH",
134133
HasArg::Maybe,
135134
Occur::Optional,

0 commit comments

Comments
 (0)