diff options
-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 ) ] |