Skip to content

Commit

Permalink
Describe edit --title usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Gumieri committed Apr 30, 2018
1 parent e867316 commit 06fbb34
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 06fbb34

Please sign in to comment.