mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Alphabetize -h option
This commit is contained in:
parent
9b712e27ff
commit
80073faac8
1 changed files with 2 additions and 2 deletions
|
|
@ -132,8 +132,8 @@ usage(FILE *file, const char *const cage) {
|
|||
" -c <path>\t Load configuration file from <path>\n"
|
||||
" -e\t\t Enable socket\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",
|
||||
" -s\t\t Show information about the current setup and exit\n"
|
||||
" -v\t\t Show the version number and exit\n",
|
||||
cage);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue