diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-20 20:23:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-20 20:23:11 -0400 |
commit | dee68af9700412117364432f48ea3d51a775cc12 (patch) | |
tree | cfde6d98ed4846f2997a030705b3707854253cb7 /Command/Status.hs | |
parent | d9302fb524ac487bfd394e07d54e5dce4f5b33e3 (diff) |
improve usage messages
Diffstat (limited to 'Command/Status.hs')
-rw-r--r-- | Command/Status.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Status.hs b/Command/Status.hs index 9192202f5..0009ff075 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -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] |