From 850241b7fed075c8a0055ae77cb30d6485aaa795 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Mar 2015 17:06:14 -0400 Subject: --auto is no longer a global option; only get, drop, and copy accept it. Not a behavior change unless you were passing it to a command that ignored it. --- CmdLine/GitAnnex/Options.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CmdLine/GitAnnex') diff --git a/CmdLine/GitAnnex/Options.hs b/CmdLine/GitAnnex/Options.hs index add29d8da..be1c74ede 100644 --- a/CmdLine/GitAnnex/Options.hs +++ b/CmdLine/GitAnnex/Options.hs @@ -142,3 +142,6 @@ timeLimitOption :: Option timeLimitOption = Option ['T'] ["time-limit"] (ReqArg Limit.addTimeLimit paramTime) "stop after the specified amount of time" + +autoOption :: Option +autoOption = flagOption ['a'] "auto" "automatic mode" -- cgit v1.2.3