Skip to content

Commit 6024f32

Browse files
V 2.0
1 parent 87b04c1 commit 6024f32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/bmtMisc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ echo "$?"
3434

3535
1. Param1 color of box , tput setaf , 1 = red
3636
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
3838

3939
```sh
4040
bmtMiscFunc drawbox 1 2 'first line' 'second line' 'third line'
@@ -43,8 +43,8 @@ bmtMiscFunc drawbox 1 2 'first line' 'second line' 'third line'
4343
804) Create a single line box with variable box character.
4444
1. Param 1 color of box, tput setaf 2=green
4545
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
4848

4949
```sh
5050
bmtMiscFunc title 2 6 '#' 'hello'

0 commit comments

Comments
 (0)