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
|
done
|
||||||
|
|
||||||
# Create option description with correct line breaks
|
# Create option description with correct line breaks
|
||||||
|
_sfodesc=""
|
||||||
for i in "${!_sfotails[@]}"; do
|
for i in "${!_sfotails[@]}"; do
|
||||||
_sfotail="${_sfotails[$i]}"
|
_sfotail="${_sfotails[$i]}"
|
||||||
if [ $(( "${#_sfotail}" + "$_sfooffset" )) -gt "$_sfwidth" ]; then
|
if [ $(( "${#_sfotail}" + "$_sfooffset" )) -gt "$_sfwidth" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue