src/cline.c

changeset 104
1b7716b156a4
parent 103
31fa205db85a
--- a/src/cline.c	Sat Jul 04 12:28:16 2026 +0200
+++ b/src/cline.c	Sun Jul 05 12:26:02 2026 +0200
@@ -64,20 +64,9 @@
     "\n\nShortcuts:"
     "\n  --exclude-cstyle-comments : -E '\\s*//' -e '\\s*/\\*' '\\*/\\s*'"
     "\n  --exclude-blank-lines     : -E '^\\s*$'"
-    "\n\n"
-    "The default call without any options is:"    
-    "\n  cline ./\n\n"
-    "So each file in the working directory is counted. If you want to count C"
-    "\nsource code in your working directory and its subdirectories, type:"
-    "\n  cline -rs .c\n"
-    "\nIf you want to exclude comment lines, you may use the -e/-E option."
-    "\nAfter a line matches the regex pattern <start>, this and any following"
-    "\nline is not counted unless a line matches the <end> pattern. A line is"
-    "\nstill counted when it does not start or end with the respective pattern."
-    "\nPlease note, that cline does not trim the lines before matching against"
-    "\nthe pattern."
-    "\n\nExample (C without comments):"
-    "\n  cline -s .c,.h --exclude-cstyle-comments"
+    "\n"
+    "\nMore infos are available in the man page"
+    "\nor at https://uap-core.de/man/cline.html"
     "\n");
 }
 

mercurial