From 6507ee4ecf4da49390b20ef5afcea9ea88ca125e Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Mon, 27 Feb 2023 16:40:59 -0800 Subject: fix influxdb volume, missing user parameter in list_command --- prompt/string.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prompt/string.py') 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:" \ "\n`/login` - login to Fediverse account. " \ "You can use this command to login to multiple Fediverse accounts" \ "\n`/list` - list current linked Fediverse accounts" \ - "\n`/logout [number]` - logout from specified Fediverse account, default logout from all" \ + "\n`/logout` - logout from specified Fediverse account, default logout from all" \ "\n`/vis` - toggle visibility of your checkins on specified instances, default=private" \ "\n`/tos` - show ToS message" \ "\n`/cancel` - cancel current operation during checkins" -- cgit v1.2.3