diff options
author | Josias <me@josias.dev> | 2021-07-29 11:42:37 -0700 |
---|---|---|
committer | Josias <me@josias.dev> | 2021-07-29 11:42:37 -0700 |
commit | 6d9462818399525b11633255d53bc62f079717e7 (patch) | |
tree | 428547f7944d00eecf5760ef5b549be84e95ea7b | |
parent | 8d347a8d9fb5e9083d582682b484ff3426863649 (diff) |
Add list command to help text
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ static void print_help() " new NOTEBOOK make a new notebook\n" " post NOTEBOOK write a post\n" " search NOTEBOOK QUERY search for text in a post\n" + " list list all existing notebooks\n" ); } |