From 9ec5d7fb0527b14312317eb9ec05536363de01b0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 18 May 2023 14:41:20 -0400 Subject: [PATCH] improve --cleanup desc --- Command/Sync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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