From 80073faac859ba65fdcebd4cd4615a313266f4b0 Mon Sep 17 00:00:00 2001 From: project-repo Date: Fri, 30 Dec 2022 21:43:26 +0100 Subject: [PATCH] Alphabetize -h option --- cagebreak.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cagebreak.c b/cagebreak.c index 2de648c..a7ee505 100644 --- a/cagebreak.c +++ b/cagebreak.c @@ -132,8 +132,8 @@ usage(FILE *file, const char *const cage) { " -c \t Load configuration file from \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); }