diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-13 18:15:24 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-13 18:15:24 -0400 |
commit | 0fd1db7b5ae381b5dc661859ff4d801378a5838c (patch) | |
tree | c4900387fa9276a8eb8f7e916113deb5a9c88e10 /CmdLine | |
parent | 4e737333bc4384479de695fcc95da74f505cbd78 (diff) |
fix description of option
Diffstat (limited to 'CmdLine')
-rw-r--r-- | CmdLine/GitAnnex/Options.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine/GitAnnex/Options.hs b/CmdLine/GitAnnex/Options.hs index a050f57e3..06b153295 100644 --- a/CmdLine/GitAnnex/Options.hs +++ b/CmdLine/GitAnnex/Options.hs @@ -73,7 +73,7 @@ gitAnnexGlobalOptions = commonGlobalOptions ++ ) , globalFlag (setdesktopnotify mkNotifyStart) ( long "notify-start" - <> help "show desktop notification after transfer completes" + <> help "show desktop notification after transfer starts" <> hidden ) ] |