mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-03 19:42:55 +00:00
Remove double "zenith" mention in CLI header
This commit is contained in:
@@ -31,9 +31,8 @@ fn main() -> Result<()> {
|
||||
.help("timeline name")
|
||||
.required(true);
|
||||
|
||||
let matches = App::new("zenith")
|
||||
let matches = App::new("Zenith CLI")
|
||||
.setting(AppSettings::ArgRequiredElseHelp)
|
||||
.about("Zenith CLI")
|
||||
.subcommand(
|
||||
SubCommand::with_name("init")
|
||||
.about("Initialize a new Zenith repository")
|
||||
|
||||
Reference in New Issue
Block a user