aboutsummaryrefslogtreecommitdiff
path: root/src/p7screen/args.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p7screen/args.c')
-rw-r--r--src/p7screen/args.c17
1 files changed, 11 insertions, 6 deletions
diff --git a/src/p7screen/args.c b/src/p7screen/args.c
index 2cd3d27..cfc6948 100644
--- a/src/p7screen/args.c
+++ b/src/p7screen/args.c
@@ -21,10 +21,12 @@
#include <ctype.h>
#include <getopt.h>
-/* ************************************************************************* */
-/* Help and version messages */
-/* ************************************************************************* */
+/* ---
+ * Help and version messages.
+ * --- */
+
/* Version message */
+
static const char version_message[] =
BIN " - from " NAME " v" VERSION " (licensed under GPLv2)\n"
"Maintained by " MAINTAINER ".\n"
@@ -34,6 +36,7 @@ BIN " - from " NAME " v" VERSION " (licensed under GPLv2)\n"
"FITNESS FOR A PARTICULAR PURPOSE.";
/* Help message */
+
static const char help_main0[] =
"Usage: " BIN " [--help|-h] [--version|-v]\n"
"\n"
@@ -52,9 +55,11 @@ static const char help_main1[] =
" By default, the zoom will be " DEFAULT_ZOOM ".\n"
"\n"
"Report bugs to " MAINTAINER ".\n";
-/* ************************************************************************* */
-/* Main function */
-/* ************************************************************************* */
+
+/* ---
+ * Main function.
+ * --- */
+
/**
* put_loglevel:
* Put a loglevel (for listing).