Skip to content

Commit ded92b1

Browse files
committed
Call arg_quiet_without_unknown_silent_arg_tip in arg_quiet
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
1 parent 497e1ee commit ded92b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/command_prelude.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ pub trait CommandExt: Sized {
372372
.value_parser(value_parser)
373373
.hide(true)
374374
};
375-
self._arg(flag("quiet", "Do not print cargo log messages").short('q'))
375+
self.arg_quiet_without_unknown_silent_arg_tip()
376376
._arg(unsupported_silent_arg)
377377
}
378378

0 commit comments

Comments
 (0)