From 8e735264d1639c37be29b64a3db2a7474ac682c8 Mon Sep 17 00:00:00 2001 From: project-repo Date: Wed, 28 Dec 2022 17:57:53 +0100 Subject: [PATCH] Reformat usage message --- cagebreak.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }