diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-22 18:31:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-22 18:31:44 -0400 |
commit | 06bafae9e016b4d65c023546516e51bd32b08649 (patch) | |
tree | 25ec8e4ed7a2ebcb5363df4284df8c690c30e1fe /Utility | |
parent | cf496f09ab3777cc4ffe601e876b432dc320bd12 (diff) |
Format strings can be specified using the new --find option, to control what is output by git annex find.
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Format.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Format.hs b/Utility/Format.hs index a49d95ff8..cde63f57c 100644 --- a/Utility/Format.hs +++ b/Utility/Format.hs @@ -5,7 +5,7 @@ - Licensed under the GNU GPL version 3 or higher. -} -module Utility.Format (gen, format) where +module Utility.Format (Format, gen, format) where import Text.Printf (printf) import Data.String.Utils (replace) |