diff --git a/Command/Sync.hs b/Command/Sync.hs index eaad7f0eb2..970fc39007 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -195,7 +195,7 @@ optParser mode desc = SyncOptions )) <*> whenmode [PullMode] False (switch ( long "cleanup" - <> help "remove synced/ branches from previous sync" + <> help "remove synced/ branches" )) <*> optional parseAllOption <*> whenmode [PushMode] False (invertableSwitch "resolvemerge" True