mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Reformat usage message
This commit is contained in:
parent
f7d9e69d31
commit
8e735264d1
1 changed files with 3 additions and 3 deletions
|
|
@ -130,9 +130,9 @@ usage(FILE *file, const char *const cage) {
|
|||
"Usage: %s [OPTIONS]\n"
|
||||
"\n"
|
||||
" -c <path>\t Load configuration file from <path>\n"
|
||||
" -h\t Display this help message\n"
|
||||
" -v\t Show the version number and exit\n"
|
||||
" -s\t Show information about the current setup and exit\n",
|
||||
" -h\t\t Display this help message\n"
|
||||
" -v\t\t Show the version number and exit\n"
|
||||
" -s\t\t Show information about the current setup and exit\n",
|
||||
cage);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue