fold sfextra

This commit is contained in:
Denis Lehmann 2023-01-13 10:26:26 +01:00
parent 6c19d9b812
commit bc9adccdf4

4
sf
View file

@ -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
}