Opened at 2017-06-22T05:37:29Z
Closed at 2017-12-31T13:37:40Z
#2878 closed defect (was already fixed)
Incorrect subcommand name in 'magic-folder --help' text
Reported by: | cypher | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | unknown | Version: | 1.12.1 |
Keywords: | magic-folder easy | Cc: | |
Launchpad Bug: |
Description
This is a very minor issue but still one worth reporting. :)
tahoe magic-folder --help displays the following output:
Usage: tahoe [global-options] magic SUBCOMMAND (use 'tahoe --help' to view global options) Options: -d, --debug Print full stack-traces --version --help Display this help and exit. Commands: create Create a Magic Folder. invite Invite someone to a Magic Folder. join Join a Magic Folder. leave Leave a Magic Folder. status Display status of uploads/downloads. Please run e.g. 'tahoe magic-folder create --help' for more details on each subcommand.
However, there exists no magic subcommand; running, e.g., tahoe magic --help returns the standard help output (with the accompanying error message Unknown command: magic). Accordingly, magic should either be aliased to magic-folder or corrected in the help text itself.
Change History (2)
comment:1 Changed at 2017-06-22T14:22:43Z by cypher
- Keywords easy added
comment:2 Changed at 2017-12-31T13:37:40Z by hf
- Resolution set to was already fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This issues seems to be fixed.
Grepping the source for "tahoe magic " also did not turn up anything.