fix: print new line at the end of cli help

This commit is contained in:
Jozef Steinhübl 2024-07-28 22:46:25 +02:00
parent 1ee984bd69
commit 6015636ae7
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -18,7 +18,7 @@
" push Push all branches or tags to all providers\n\n" \ " push Push all branches or tags to all providers\n\n" \
"Options:\n" \ "Options:\n" \
" -h, --help Show this help message and exit\n" \ " -h, --help Show this help message and exit\n" \
" -v, --version Show the version of gimi" " -v, --version Show the version of gimi\n"
void cli_print_help() { printf("%s", HELP); } void cli_print_help() { printf("%s", HELP); }
void cli_print_version() { void cli_print_version() {