From c0855028adad9ddbf4b4249434e863abb000378f Mon Sep 17 00:00:00 2001 From: nebula Date: Wed, 23 Apr 2025 23:38:47 +0000 Subject: [PATCH] more help stuff --- bink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bink.py b/bink.py index b53b7ba..d9a6c25 100755 --- a/bink.py +++ b/bink.py @@ -13,7 +13,7 @@ max_body_length = 64_000 helptext = """see https://git.tilde.town/nebula/bink for details --help: show this message ---pipe: use stdin as post content. ex `echo "hello!" | bink.py --pipe` +--pipe: use stdin as post content. ex `echo "hello!" | town bink --pipe` --dump: print all posts in a json object""" try: