diff options
-rw-r--r-- | src/cpt-lib.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpt-lib.in b/src/cpt-lib.in index be89d32..09b78e1 100644 --- a/src/cpt-lib.in +++ b/src/cpt-lib.in @@ -25,9 +25,6 @@ log() { # # All messages are printed to stderr to allow the user to hide build # output which is the only thing printed to stdout. - # - # '${3:-->}': If the 3rd argument is missing, set prefix to '->'. - # '${2:+colorb}': If the 2nd argument exists, set text style of '$1'. case $# in 1) printf '%b->%b %s\n' "$colory" "$colre" "$1" ;; 2) printf '%b->%b %b%s%b %s\n' "$colory" "$colre" "$colorb" "$1" "$colre" "$2" ;; |