summaryrefslogtreecommitdiff
path: root/Command/Status.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Status.hs')
-rw-r--r--Command/Status.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Status.hs b/Command/Status.hs
index 26e96a925..248a0b84b 100644
--- a/Command/Status.hs
+++ b/Command/Status.hs
@@ -16,10 +16,10 @@ import qualified Git.LsFiles as LsFiles
import qualified Git.Ref
import qualified Git
-cmd :: [Command]
-cmd = [notBareRepo $ noCommit $ noMessages $ withOptions [jsonOption] $
+cmd :: Command
+cmd = notBareRepo $ noCommit $ noMessages $ withOptions [jsonOption] $
command "status" paramPaths seek SectionCommon
- "show the working tree status"]
+ "show the working tree status"
seek :: CommandSeek
seek = withWords start