From 6dc93ab34308a73ac38044b3b47e4c0740f01a07 Mon Sep 17 00:00:00 2001 From: Nora Date: Tue, 2 Apr 2019 14:21:07 +0200 Subject: delete: improve help message --- src/cli.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cli.rs b/src/cli.rs index 48cb6fb..6274d80 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -38,6 +38,8 @@ pub enum Command { #[structopt(name = "cursor", author = "")] Cursor(CursorArgs), /// Delete event + /// + /// deletes a single event, either from stdin or the current cursor #[structopt(name = "delete", author = "")] Delete, /// Edit event -- cgit v1.2.3