summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-02-26 00:03:05 +0100
committerNora <nora.widdecke@tu-bs.de>2019-02-26 00:03:05 +0100
commit7368866164c3b310a78ed1b28d2e6c7b0c43aa44 (patch)
treee8fd93efb2ecae2b343a0cef5eb08875bcd47cfc
parentd5f228564451f13db48aa0a4d907b489d52fb28c (diff)
fix typos
-rw-r--r--src/cli.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli.rs b/src/cli.rs
index f7d7013..a7843f4 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -4,7 +4,7 @@ use structopt::StructOpt;
#[derive(Debug, StructOpt)]
#[structopt(
author = "",
- name = "khaleessi",
+ name = "khaleesi",
about = "Command line calendar tool.",
raw(setting = "structopt::clap::AppSettings::VersionlessSubcommands")
)]
@@ -58,7 +58,7 @@ pub enum Command {
/// Show the raw ical file of an event
#[structopt(name = "show", author = "")]
Show,
- /// undo the most recent action
+ /// Undo the most recent action
#[structopt(name = "undo", author = "")]
Undo,
/// Unroll a recurring event