Remove double "zenith" mention in CLI header

This commit is contained in:
Stas Kelvich
2021-05-20 21:47:31 +03:00
parent 42f3dd47d2
commit 40d047c146

View File

@@ -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")