aboutsummaryrefslogtreecommitdiff
path: root/prompt
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-27 16:40:59 -0800
committerclarkzjw <[email protected]>2023-02-27 16:40:59 -0800
commit6507ee4ecf4da49390b20ef5afcea9ea88ca125e (patch)
treeba7a8f5cc4102c5a050e6528e3ab6aaab6bbeb30 /prompt
parent9bb00ee842649590cbd30af3e047e40ca9da9d90 (diff)
downloadswarm2fediverse-6507ee4ecf4da49390b20ef5afcea9ea88ca125e.tar.gz
fix influxdb volume, missing user parameter in list_commandv0.1.1
Diffstat (limited to 'prompt')
-rw-r--r--prompt/string.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompt/string.py b/prompt/string.py
index e60085c..3cc0a24 100644
--- a/prompt/string.py
+++ b/prompt/string.py
@@ -35,7 +35,7 @@ PROMPT_HELP = "Available commands:" \
35 "\n`/login` - login to Fediverse account. " \ 35 "\n`/login` - login to Fediverse account. " \
36 "You can use this command to login to multiple Fediverse accounts" \ 36 "You can use this command to login to multiple Fediverse accounts" \
37 "\n`/list` - list current linked Fediverse accounts" \ 37 "\n`/list` - list current linked Fediverse accounts" \
38 "\n`/logout [number]` - logout from specified Fediverse account, default logout from all" \ 38 "\n`/logout` - logout from specified Fediverse account, default logout from all" \
39 "\n`/vis` - toggle visibility of your checkins on specified instances, default=private" \ 39 "\n`/vis` - toggle visibility of your checkins on specified instances, default=private" \
40 "\n`/tos` - show ToS message" \ 40 "\n`/tos` - show ToS message" \
41 "\n`/cancel` - cancel current operation during checkins" 41 "\n`/cancel` - cancel current operation during checkins"
Powered by cgit v1.2.3 (git 2.41.0)