Skip to content

Commit ff2da3e

Browse files
committed
fixed set help message
1 parent 96f5c71 commit ff2da3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/help.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ void set_help()
7373
PTNI("--always-push <value> Specify whether to immediately push the release");
7474
PTNI("--always-export <value> Specify whether to export the %s file", CHANGELOG_FILE);
7575
PTNI(" after 'add', 'delete' and 'edit'");
76-
PTNI(" Where always_export and always_push is set to 1 for: 1, true, TRUE, True, yes, y, YES, Yes");
77-
PTNI(" is set to 0 for every other value");
76+
PTNI(" Where always_export and always_push are set to 1 for: 1, true, TRUE, True, yes, y, YES, Yes");
77+
PTNI(" are set to 0 for every other value");
7878
}
7979

8080
void list_help()

todo.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ TODO: resolve memory leaks
33
TODO: use existing releases to populate the changelog
44
TODO: check for sql injections
55
TODO: add installation commands for autocomplete and man page
6-
TODO: ability to set releases as YANKED
76
DONE: add methods to clib.h
87
DONE: make sqlite.h a proper library
98
DONE: make querybuilder.h a proper library
@@ -21,3 +20,4 @@ DONE: disable sqlite logging
2120
DONE: read the config file if it exists
2221
DONE: generate command
2322
DONE: parse CHANGELOG.md into the database
23+
DONE: ability to set releases as YANKED

0 commit comments

Comments
 (0)