summaryrefslogtreecommitdiff
path: root/Command/Status.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-11 10:42:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-11 10:42:46 -0400
commitdb0fd46eddd191632d849f425f5db5ab3eed3905 (patch)
tree20b0be96f87cdaa49d36a1d1bffb4d58cbc4976b /Command/Status.hs
parent790e8d65ae71e60ecadc2037384f1d670fd39861 (diff)
converted Status
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 c8aeaef0a..7c19185ac 100644
--- a/Command/Status.hs
+++ b/Command/Status.hs
@@ -17,7 +17,7 @@ import qualified Git.Ref
import qualified Git
cmd :: Command
-cmd = notBareRepo $ noCommit $ noMessages $ withOptions [jsonOption] $
+cmd = notBareRepo $ noCommit $ noMessages $ withGlobalOptions [jsonOption] $
command "status" SectionCommon
"show the working tree status"
paramPaths (withParams seek)