summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cr_doc.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/cr_doc.txt b/src/cr_doc.txt
deleted file mode 100644
index 4cb99b8..0000000
--- a/src/cr_doc.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# @(#) [MB] cr_doc.txt Version 1.1 du 14/12/29 -
-#
-
-Syntaxe :
- colorize -rgbycmw expr ...
- -r : colorize in red
- -g : colorize in green
- -b : colorize in blue
- -y : colorize in yellow
- -c : colorize in cyan
- -m : colorize in magenta
- -w : colorize in high white
-
- expr :
- text
- ^.*text.*$
- text\P : colorize until the end of the paragraph
- (until next empty line of EOF)