diff --git a/cagebreak.c b/cagebreak.c index e4ca76c..d1ef242 100644 --- a/cagebreak.c +++ b/cagebreak.c @@ -130,9 +130,9 @@ usage(FILE *file, const char *const cage) { "Usage: %s [OPTIONS]\n" "\n" " -c \t Load configuration file from \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); }