diff options
Diffstat (limited to 'Command/Find.hs')
-rw-r--r-- | Command/Find.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Find.hs b/Command/Find.hs index eb681d219..dd82bd401 100644 --- a/Command/Find.hs +++ b/Command/Find.hs @@ -19,7 +19,7 @@ import Utility.DataUnits import Types.Key cmd :: Command -cmd = withOptions annexedMatchingOptions $ mkCommand $ +cmd = withGlobalOptions annexedMatchingOptions $ mkCommand $ command "find" SectionQuery "lists available files" paramPaths (seek <$$> optParser) |