summaryrefslogtreecommitdiff
path: root/CmdLine/GitAnnex
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-13 18:15:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-13 18:15:24 -0400
commit0fd1db7b5ae381b5dc661859ff4d801378a5838c (patch)
treec4900387fa9276a8eb8f7e916113deb5a9c88e10 /CmdLine/GitAnnex
parent4e737333bc4384479de695fcc95da74f505cbd78 (diff)
fix description of option
Diffstat (limited to 'CmdLine/GitAnnex')
-rw-r--r--CmdLine/GitAnnex/Options.hs2
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
)
]