fix --help metadata

This commit is contained in:
Dustin J. Mitchell 2020-11-23 16:18:24 -05:00
parent 1de24f66dc
commit e0b69a62b1

View file

@ -4,10 +4,10 @@ use taskchampion::{taskstorage, Replica, Status};
use uuid::Uuid;
fn main() {
let matches = App::new("Rask")
let matches = App::new("TaskChampion")
.version("0.1")
.author("Dustin J. Mitchell <dustin@v.igoro.us>")
.about("Replacement for TaskWarrior")
.about("Personal task-tracking")
.subcommand(
SubCommand::with_name("add").about("adds a task").arg(
Arg::with_name("description")