summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-14 14:58:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-14 14:58:42 -0400
commit27ffa0e86f7c5537888563cdda77be45b2700478 (patch)
tree07812a5150a285035d7ac97c8905f7de1674e761
parent0e55d6a907a39c3b7239268261edc2d5b5f55caf (diff)
comment
-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