improve usage messages

This commit is contained in:
Joey Hess 2013-04-20 20:23:11 -04:00
parent 54e7cdb55c
commit 984bc8570d
2 changed files with 5 additions and 3 deletions

View file

@ -57,7 +57,7 @@ data StatInfo = StatInfo
type StatState = StateT StatInfo Annex
def :: [Command]
def = [command "status" (paramOptional paramPaths) seek
def = [command "status" paramPaths seek
SectionQuery "shows status information about the annex"]
seek :: [CommandSeek]