summaryrefslogtreecommitdiff
path: root/Command/Status.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-20 20:23:11 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-20 20:23:11 -0400
commitdee68af9700412117364432f48ea3d51a775cc12 (patch)
treecfde6d98ed4846f2997a030705b3707854253cb7 /Command/Status.hs
parentd9302fb524ac487bfd394e07d54e5dce4f5b33e3 (diff)
improve usage messages
Diffstat (limited to 'Command/Status.hs')
-rw-r--r--Command/Status.hs2
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]