src/cline.c

changeset 36
a7ff583e153f
parent 35
35120de6ee53
child 44
9574a181ec26
--- a/src/cline.c	Fri Dec 28 16:25:07 2012 +0100
+++ b/src/cline.c	Fri Dec 28 16:43:18 2012 +0100
@@ -1,6 +1,6 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
- * Copyright 2011 Mike Becker. All rights reserved.
+ * Copyright 2013 Mike Becker. All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -74,7 +74,8 @@
     "\nPlease note, that cline does not remove whitespace characters as this"
     "\nmight not be reasonable in some cases."
     "\n\nExample (C without comments):"
-    "\n  cline -s .c,.h --exclude-cstyle-comments");
+    "\n  cline -s .c,.h --exclude-cstyle-comments"
+    "\n");
 }
 
 int exit_with_version(settings_t* settings) {

mercurial