--- a/flog.c
+++ b/flog.c
@@ -93,8 +93,8 @@ int main(int argc, char** argv)
   if (opt >= argc) {
     fprintf (stderr, 
 	"Usage: pipeline| %s [options] {logfile|-}  # SIGHUP will reopen logfile\n"
-	"	-t	     prepend each line with \"YYYYMMDD;HH:MM:SS: \"\n"
-	"	-T <format>  prepend each line with specified strftime(3) format\n\n"
+	"	-t           prepend each line with \"YYYYMMDD;HH:MM:SS: \"\n"
+	"	-T <format>  prepend each line with specified strftime(3) format\n"
 	"	-l <number>  log file length limit (force truncation)\n"
 	"	-p <pidfile> pid file\n",
 	argv[0]);
