Index: src/main.cc
===================================================================
--- src/main.cc	(revision 6a99803ef3fa4a0698294e89b800975a2e48a460)
+++ src/main.cc	(revision 735b627f40376fa1c62753e50e66504f04bc48c5)
@@ -9,7 +9,7 @@
 // Author           : Peter Buhr and Rob Schluntz
 // Created On       : Fri May 15 23:12:02 2015
-// Last Modified By : Andrew Beach
-// Last Modified On : Mon Dec  7 15:29:00 2020
-// Update Count     : 639
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Mon Feb  8 21:10:16 2021
+// Update Count     : 642
 //
 
@@ -492,7 +492,7 @@
 
 static const char * description[] = {
-	"diagnostic color: never, always, or auto.",		// -c
+	"diagnostic color: never, always, auto",			// -c
 	"wait for gdb to attach",							// -g
-	"print help message",								// -h
+	"print translator help message",					// -h
 	"generate libcfa.c",								// -l
 	"generate line marks",								// -L
@@ -500,5 +500,5 @@
 	"do not generate line marks",						// -N
 	"do not read prelude",								// -n
-	"generate prototypes for prelude functions",		// -p
+	"do not generate prelude prototypes => prelude not printed", // -p
 	"only print deterministic output",                  // -d
 	"Use the old-ast",									// -O
@@ -506,5 +506,5 @@
 	"print",											// -P
 	"<directory> prelude directory for debug/nodebug",	// no flag
-	"<option-list> enable profiling information:\n          counters,heap,time,all,none", // -S
+	"<option-list> enable profiling information: counters, heap, time, all, none", // -S
 	"building cfa standard lib",						// -t
 	"",													// -w
