diff options
author | June McEnroe <june@causal.agency> | 2021-06-11 12:46:04 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-06-11 12:46:04 -0400 |
commit | 5bf05798d69fc2c044be7ab8968b122e14deaa5e (patch) | |
tree | f11e765eb69101a92e5b550bab4583d66c982fc9 | |
parent | Publish "Sparse Checkout" (diff) | |
download | src-5bf05798d69fc2c044be7ab8968b122e14deaa5e.tar.gz src-5bf05798d69fc2c044be7ab8968b122e14deaa5e.zip |
Remove bubger -t flag from "Mailing List"
It can't be used correctly and has been removed.
Diffstat (limited to '')
-rw-r--r-- | www/text.causal.agency/019-mailing-list.7 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/text.causal.agency/019-mailing-list.7 b/www/text.causal.agency/019-mailing-list.7 index 3c70b160..b3490a94 100644 --- a/www/text.causal.agency/019-mailing-list.7 +++ b/www/text.causal.agency/019-mailing-list.7 @@ -231,10 +231,9 @@ The script runs .Xr bubger 1 , writing the list of updated paths to -.Pa ~/list/FILES , -truncating it before each update: +.Pa ~/list/FILES : .Bd -literal -offset indent -exec bubger -it -C ~/list [...] >~/list/FILES +exec bubger -i -C ~/list [...] >~/list/FILES .Ed . .Pp |