src/cline.c

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

mercurial