mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
magic_folder_cli.py: fix typo
This commit is contained in:
parent
dcec018cdf
commit
5a5da0de2a
@ -402,7 +402,7 @@ class MagicFolderCommand(BaseOptions):
|
||||
["invite", None, InviteOptions, "Invite someone to a Magic Folder."],
|
||||
["join", None, JoinOptions, "Join a Magic Folder."],
|
||||
["leave", None, LeaveOptions, "Leave a Magic Folder."],
|
||||
["status", None, StatusOptions, "Display stutus of uploads/downloads."],
|
||||
["status", None, StatusOptions, "Display status of uploads/downloads."],
|
||||
]
|
||||
optFlags = [
|
||||
["debug", "d", "Print full stack-traces"],
|
||||
|
Loading…
Reference in New Issue
Block a user