fold sfextra
This commit is contained in:
parent
6c19d9b812
commit
bc9adccdf4
1 changed files with 1 additions and 3 deletions
4
sf
4
sf
|
|
@ -243,9 +243,7 @@ function _sfusage {
|
||||||
echo -e "\nEXAMPLES"
|
echo -e "\nEXAMPLES"
|
||||||
echo -e "$_sfexamples" | column -s ";" -t
|
echo -e "$_sfexamples" | column -s ";" -t
|
||||||
fi
|
fi
|
||||||
if [ -n "${sfextra}" ]; then
|
[ -n "${sfextra}" ] && echo -e "\n$sfextra" | fold -s -w "$_sfwidth"
|
||||||
echo -e "\n$sfextra"
|
|
||||||
fi
|
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue