mirror of
https://github.com/xHyroM/gimi.git
synced 2024-11-12 19:48:06 +01:00
fix: print new line at the end of cli help
This commit is contained in:
parent
1ee984bd69
commit
6015636ae7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
" push Push all branches or tags to all providers\n\n" \
|
||||
"Options:\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_version() {
|
||||
|
|
Loading…
Reference in a new issue