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 "$_sfexamples" | column -s ";" -t
|
||||
fi
|
||||
if [ -n "${sfextra}" ]; then
|
||||
echo -e "\n$sfextra"
|
||||
fi
|
||||
[ -n "${sfextra}" ] && echo -e "\n$sfextra" | fold -s -w "$_sfwidth"
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue