From ba0334116cd8811d49b96cd39dd83e565e0bedb7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 15 Sep 2012 20:46:38 -0400 Subject: more descriptive name for oneshot --- Types/Command.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Types') 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 -- cgit v1.2.3