From 06fbb34b188070e6c679affea3fdd1b769ae3f6f Mon Sep 17 00:00:00 2001 From: Rafael Gumieri Date: Mon, 30 Apr 2018 16:37:41 -0300 Subject: [PATCH] Describe edit --title usage --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3df9b02..aef4844 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,18 @@ note edit 0 note e 0 ``` +#### Edit Note's title + +Edit the title of a note. +It's the edit command with `--title` / `-t` flag option. +So you can rename a note title: +``` +note edit --title renamed 0 +``` +``` +note edit -t renamed 0 +``` + #### Delete Delete a note.