summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <t.j.smeding@uu.nl>2024-07-13 22:43:26 +0200
committerTom Smeding <t.j.smeding@uu.nl>2024-07-13 22:43:26 +0200
commitf1984897495495e2864c49ec218d3f0e19a96584 (patch)
treef7f06ebb30a384021afc430f7435b2e573268983
parent02bdce5c68c2e0d704d65e371d56f96c307b0db1 (diff)
Voeg beschrijving van omd toe
-rw-r--r--src/omd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/omd.c b/src/omd.c
index 5568d27..b43538a 100644
--- a/src/omd.c
+++ b/src/omd.c
@@ -11,6 +11,8 @@ static void usage(FILE *f) {
fprintf(f,
"Gebruik: omd [-hV] <bestand...>\n"
"\n"
+ "Draai alle regels om\n"
+ "\n"
" -h Toon deze hulptekst\n"
" -V Toon versienummer\n");
}