#1839 closed defect (fixed)

tahoe ls --help message lacks an argument!

Reported by: Zancas Owned by: davidsarah
Priority: minor Milestone: 1.10.0
Component: code-frontend-cli Version: 1.9.2
Keywords: tahoe-ls cli help usability Cc:
Launchpad Bug:

Description

Here's a fragment of output that clearly shows the issue:

>tahoe ls --help

Usage:  tahoe <command> [command options] ls [options]
Options:

NOTE: The line that starts with ">" is my prompt.

Change History (4)

comment:1 Changed at 2012-11-01T23:39:44Z by davidsarah

  • Keywords tahoe-ls cli help usability added
  • Milestone changed from undecided to 1.10.0
  • Status changed from new to assigned

comment:2 Changed at 2012-11-01T23:42:08Z by David-Sarah Hopwood <david-sarah@…>

  • Resolution set to fixed
  • Status changed from assigned to closed

In 1ffed22651478612:

CLI: fix synopsis for 'tahoe ls'. fixes #1839

Signed-off-by: David-Sarah Hopwood <david-sarah@…>

comment:3 Changed at 2012-11-01T23:42:28Z by davidsarah

  • Keywords review-needed added

comment:4 Changed at 2012-11-02T00:06:34Z by Zancas

  • Keywords review-needed removed

I reviewed the patch. The usage message now matches the syntax of the command. The unittest (a) passes and (b) asserts that the usage message is correct.

Note: See TracTickets for help on using tickets.