diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-14 14:58:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-14 14:58:42 -0400 |
commit | 27ffa0e86f7c5537888563cdda77be45b2700478 (patch) | |
tree | 07812a5150a285035d7ac97c8905f7de1674e761 /Command.hs | |
parent | 0e55d6a907a39c3b7239268261edc2d5b5f55caf (diff) |
comment
Diffstat (limited to 'Command.hs')
-rw-r--r-- | Command.hs | 2 |
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 |