Ticket UUID: | c30d7c8c632d4dfedf4057eecd7aa2f26129e868 | ||
Title: | newbiest help is mistaken about most basic more help | ||
Status: | Closed | Type: | Code_Defect |
Severity: | Minor | Priority: | |
Subsystem: | Resolution: | Overcome_By_Events | |
Last Modified: | 2012-11-11 17:52:42 | ||
Version Found In: | 1.21 | ||
Description & Comments: | |||
Running fossil without arguments usefully suggests how to get help on commands. It also claims that running 'fossil commands' will produce a list of all commands. But that is presently false. To get that list, it seems running 'fossil help commands' is necessary. The 4th line of output from bare 'fossil' needs to be changed. Instead of reading:
"or: fossil commands -- for a list of all commands"
it should read:
"or: fossil help commands -- for a list of all commands"
or perhaps:
"or: fossil help --all -- for a list of all commands"
.
(This is not cosmetic when help is viewed as actual functionality.) drh added on 2012-11-11 17:52:42 UTC: |