On 11/5/22 2:45 PM, Ronan Pigott wrote: > maintenance register currently records the maintenance repo exclusively > within the user's global configuration, but other configuration files > may be relevant when running maintenance if they are included from the > global config. This option allows the user to choose where maintenance > repos are recorded. Taylor already provided most of the feedback that I would have given. > static char const * const builtin_maintenance_register_usage[] = { > - "git maintenance register", > + "git maintenance register [--config <file>]", The only recommendation I have remaining is to rename this option to `--config-file=<file>` since it is unclear from just "--config" if it is a config _file_ or a config _key_. Thanks, -Stolee