diff options
author | Case Duckworth | 2021-02-26 19:44:41 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-26 19:44:41 -0600 |
commit | 2c5c1008f45cca81dbbc2a10f1ac62b9b6c08545 (patch) | |
tree | 519ed8a32f7267cda7019cf4f3d0b1ed0677512e | |
parent | Shorten lines (diff) | |
download | bollux-2c5c1008f45cca81dbbc2a10f1ac62b9b6c08545.tar.gz bollux-2c5c1008f45cca81dbbc2a10f1ac62b9b6c08545.zip |
Reword comment
-rwxr-xr-x | bollux | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/bollux b/bollux index 5ccd2ba..07e12f0 100755 --- a/bollux +++ b/bollux | |||
@@ -886,14 +886,8 @@ gemini_pre() { | |||
886 | } | 886 | } |
887 | 887 | ||
888 | # wrap lines on words to WIDTH | 888 | # wrap lines on words to WIDTH |
889 | fold_line() { | 889 | fold_line() { # fold_line [OPTIONS...] WIDTH TEXT |
890 | # fold_line [-n] | 890 | # see getopts, below, for options |
891 | # [-m MARGIN] | ||
892 | # [-f MARGIN] | ||
893 | # [-l LENGTH] | ||
894 | # [-B BEFORE] | ||
895 | # [-A AFTER] | ||
896 | # WIDTH TEXT | ||
897 | local newline=true | 891 | local newline=true |
898 | local -i margin_all=0 margin_first=0 width ll=0 wl=0 wn=0 | 892 | local -i margin_all=0 margin_first=0 width ll=0 wl=0 wn=0 |
899 | local before="" after="" | 893 | local before="" after="" |