[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2878: Incorrect subcommand name in 'magic-folder --help' text
Tahoe-LAFS
trac at tahoe-lafs.org
Thu Jun 22 05:37:29 UTC 2017
#2878: Incorrect subcommand name in 'magic-folder --help' text
--------------------------+---------------------------
Reporter: cypher | Owner:
Type: defect | Status: new
Priority: minor | Milestone: undecided
Component: unknown | Version: 1.12.1
Keywords: magic-folder | Launchpad Bug:
--------------------------+---------------------------
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.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2878>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list