diff options
author | merakor <cem@ckyln.com> | 2021-09-08 19:16:16 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-09-08 19:16:16 +0000 |
commit | 9c36c85d1c00a3fc9c5bed4940873aa6149a76f9 (patch) | |
tree | 231762edb29c997ad1c2278445d5d4c3fb6f4050 | |
parent | 8edee09bfe73a2333b1b1b825bcf31f17c6f686a (diff) | |
download | cpt-9c36c85d1c00a3fc9c5bed4940873aa6149a76f9.tar.gz |
docs: update
FossilOrigin-Name: 187d36daf243256297ef466c1b3b50f62bc0662ce99581a9ebb2885210c9b7b9
-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" ;; |