summaryrefslogtreecommitdiff
path: root/Command.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command.hs')
-rw-r--r--Command.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command.hs b/Command.hs
index 60d82d09f..09c935b3b 100644
--- a/Command.hs
+++ b/Command.hs
@@ -158,7 +158,7 @@ withAll w a params = do
w a [Git.workTree g]
else w a params
-{- Provides a default parameter to a with search. -}
+{- Provides a default parameter to act on if none is specified. -}
withDefault :: String-> SubCmdSeekStrings -> SubCmdSeekStrings
withDefault d w a params = do
if null params