diff --git a/src/commands.rs b/src/commands.rs index c83406a8b..78282330b 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -1074,6 +1074,7 @@ https://github.com/martinvonz/jj/blob/main/docs/git-comparison.md.\ .subcommand( SubCommand::with_name("remote") .about("Manage Git remotes") + .setting(clap::AppSettings::SubcommandRequiredElseHelp) .subcommand( SubCommand::with_name("add") .about("Add a Git remote")