Reformat usage message

This commit is contained in:
project-repo 2022-12-28 17:57:53 +01:00
commit 8e735264d1

View file

@ -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);
}