File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ echo "$?"
34
34
35
35
1 . Param1 color of box , tput setaf , 1 = red
36
36
2 . Param2 color of text , tput setaf , 2 = green
37
- 3 . Rest of Params the lines of text
37
+ 3 . The Rest of Params are the lines of text
38
38
39
39
``` sh
40
40
bmtMiscFunc drawbox 1 2 ' first line' ' second line' ' third line'
@@ -43,8 +43,8 @@ bmtMiscFunc drawbox 1 2 'first line' 'second line' 'third line'
43
43
804 ) Create a single line box with variable box character.
44
44
1 . Param 1 color of box, tput setaf 2=green
45
45
2 . Param 2 color of text , tput setaf 6=cyan
46
- 2 . Param2 symbol top make box out of.
47
- 3 . Param3 text
46
+ 3 . Param 3 symbol to make the box lines out of.
47
+ 4 . Param 4 text
48
48
49
49
``` sh
50
50
bmtMiscFunc title 2 6 ' #' ' hello'
You can’t perform that action at this time.
0 commit comments