Reword comment

This commit is contained in:
Case Duckworth 2021-02-26 19:44:41 -06:00
parent b68064c326
commit 2c5c1008f4
1 changed files with 2 additions and 8 deletions

10
bollux
View File

@ -886,14 +886,8 @@ gemini_pre() {
}
# wrap lines on words to WIDTH
fold_line() {
# fold_line [-n]
# [-m MARGIN]
# [-f MARGIN]
# [-l LENGTH]
# [-B BEFORE]
# [-A AFTER]
# WIDTH TEXT
fold_line() { # fold_line [OPTIONS...] WIDTH TEXT
# see getopts, below, for options
local newline=true
local -i margin_all=0 margin_first=0 width ll=0 wl=0 wn=0
local before="" after=""