We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72920db commit 1db5387Copy full SHA for 1db5387
src/main.rs
@@ -55,7 +55,8 @@ fn get_base_command(color_choice: Option<termcolor::ColorChoice>) -> clap::Comma
55
.about("Maintain a stack of patches on top of a Git branch.")
56
.override_usage(
57
"stg [OPTIONS] <command> [...]\n \
58
- stg [OPTIONS] <--version|-h|--help>",
+ stg [OPTIONS] <-h|--help>\n \
59
+ stg --version",
60
)
61
.global_setting(clap::AppSettings::DeriveDisplayOrder)
62
.help_expected(true)
0 commit comments