diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-23 15:36:10 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-23 15:36:10 -0400 |
commit | 90c35465528195367cc4ed1e15478285d7b063f3 (patch) | |
tree | fc658fb5d483ad673d82bfa5c3d00bc4a7c2d5ef /Command/Watch.hs | |
parent | 052e77469015e82ca33733388ff5740fa06312e2 (diff) |
splitting up the man page
Common command man pages all split out and often expanded.
A few sections split out into their own pages.
Still need to do all the other commands..
Diffstat (limited to 'Command/Watch.hs')
-rw-r--r-- | Command/Watch.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Watch.hs b/Command/Watch.hs index 2f82a7b7f..cf86a5832 100644 --- a/Command/Watch.hs +++ b/Command/Watch.hs @@ -14,7 +14,7 @@ import Utility.HumanTime cmd :: [Command] cmd = [notBareRepo $ withOptions [foregroundOption, stopOption] $ - command "watch" paramNothing seek SectionCommon "watch for changes"] + command "watch" paramNothing seek SectionCommon "watch for changes and autocommit"] seek :: CommandSeek seek ps = do |