init option description
This commit is contained in:
parent
29521334ff
commit
3d36977baf
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
1
sf
1
sf
|
|
@ -194,6 +194,7 @@ for i in "${!_sfptails[@]}"; do
|
|||
done
|
||||
|
||||
# Create option description with correct line breaks
|
||||
_sfodesc=""
|
||||
for i in "${!_sfotails[@]}"; do
|
||||
_sfotail="${_sfotails[$i]}"
|
||||
if [ $(( "${#_sfotail}" + "$_sfooffset" )) -gt "$_sfwidth" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue