diff options
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 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) |