diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-15 20:46:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-15 20:46:38 -0400 |
commit | ba0334116cd8811d49b96cd39dd83e565e0bedb7 (patch) | |
tree | 03b269a40b0b629a916f30665ccd1cf969f36589 /Types | |
parent | 9a9b4b840e81198b85db72920ac88748ae3e6b6d (diff) |
more descriptive name for oneshot
Diffstat (limited to 'Types')
-rw-r--r-- | Types/Command.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/Command.hs b/Types/Command.hs index c5020d112..24413ebad 100644 --- a/Types/Command.hs +++ b/Types/Command.hs @@ -38,7 +38,7 @@ data Command = Command { cmdoptions :: [Option] -- command-specific options , cmdnorepo :: Maybe (IO ()) -- an action to run when not in a repo , cmdcheck :: [CommandCheck] -- check stage - , cmdoneshot :: Bool -- don't save state after running + , cmdnocommit :: Bool -- don't commit journalled state changes , cmdname :: String , cmdparamdesc :: String -- description of params for usage , cmdseek :: [CommandSeek] -- seek stage |