mirror of
https://github.com/xHyroM/gimi.git
synced 2024-11-10 02:38:06 +01:00
fix: space indentation for cli help
This commit is contained in:
parent
5a6a2e056b
commit
67489a6c60
1 changed files with 5 additions and 5 deletions
|
@ -11,11 +11,11 @@
|
||||||
"Usage: gimi [-h | --help] [-v | --version]\n\n" \
|
"Usage: gimi [-h | --help] [-v | --version]\n\n" \
|
||||||
"A simple tool for managing multiple git remotes as mirrors\n\n" \
|
"A simple tool for managing multiple git remotes as mirrors\n\n" \
|
||||||
"Useful commands for working with gimi:\n" \
|
"Useful commands for working with gimi:\n" \
|
||||||
" ci Generate CI configuration for a specific provider\n" \
|
" ci Generate CI configuration for a specific provider\n" \
|
||||||
" config Manage gimi configuration settings\n" \
|
" config Manage gimi configuration settings\n" \
|
||||||
" init Initialize a gimi project in the current workspace\n" \
|
" init Initialize a gimi project in the current workspace\n" \
|
||||||
" provider Manage providers (git remotes as mirrors)\n" \
|
" provider Manage providers (git remotes as mirrors)\n" \
|
||||||
" 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\n"
|
" -v, --version Show the version of gimi\n"
|
||||||
|
|
Loading…
Reference in a new issue