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/Assistant.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/Assistant.hs')
-rw-r--r-- | Command/Assistant.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Assistant.hs b/Command/Assistant.hs index 0fad6b619..590a2e437 100644 --- a/Command/Assistant.hs +++ b/Command/Assistant.hs @@ -22,7 +22,7 @@ import System.Environment cmd :: [Command] cmd = [noRepo checkAutoStart $ dontCheck repoExists $ withOptions options $ notBareRepo $ command "assistant" paramNothing seek SectionCommon - "automatically handle changes"] + "automatically sync changes"] options :: [Option] options = |