This commit is contained in:
fiplox 2021-05-31 17:58:39 +02:00
parent b8df717133
commit 07a460d875
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pub fn make_app() -> App<'static, 'static> {
App::new("rnote")
.version("0.1.1")
.author("Volodymyr Patuta")
.about("Minimal note talking cli tool.")
.about("Minimal note taking cli tool.")
.setting(AppSettings::ArgRequiredElseHelp)
.subcommand(
SubCommand::with_name("new")