summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-11-13 23:29:23 +0100
committerpgen <p.gen.progs@gmail.com>2020-11-13 23:57:46 +0100
commit97ee2fbf897a589c861b9379b41f8b9a70855cf5 (patch)
tree1cb9ab216d4554aac0d5eba501fec8da2ed0388a /usage.c
parent0e6328f3f08945d04d565d78cd413e9c355fb1f0 (diff)
Improve comments
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usage.c b/usage.c
index 7e818c4..13905a0 100644
--- a/usage.c
+++ b/usage.c
@@ -1,6 +1,6 @@
-/* *************** */
-/* Usage functions */
-/* *************** */
+/* **************** */
+/* Usage functions. */
+/* **************** */
#include <stdio.h>
#include <stdlib.h>
@@ -12,9 +12,9 @@
static void
common_help(void);
-/* ====================== */
-/* Usage display and exit */
-/* ====================== */
+/* ======================= */
+/* Usage display and exit. */
+/* ======================= */
static void
common_help(void)
{