diff options
Diffstat (limited to 'prompt')
-rw-r--r-- | prompt/string.py | 2 |
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" |