change section
This commit is contained in:
parent
984bc8570d
commit
accf949f9c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import System.Console.GetOpt
|
||||||
|
|
||||||
def :: [Command]
|
def :: [Command]
|
||||||
def = [noCommit $ noRepo showGeneralHelp $ dontCheck repoExists $
|
def = [noCommit $ noRepo showGeneralHelp $ dontCheck repoExists $
|
||||||
command "help" paramNothing seek SectionUtility "display help"]
|
command "help" paramNothing seek SectionQuery "display help"]
|
||||||
|
|
||||||
seek :: [CommandSeek]
|
seek :: [CommandSeek]
|
||||||
seek = [withWords start]
|
seek = [withWords start]
|
||||||
|
|
Loading…
Reference in a new issue