From 07158b7cf6d62d5afbdaf3cfb53a8cba3097e552 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 4 Nov 2021 14:33:07 -0400 Subject: [PATCH] shorten synopsis This is to avoid the display being too wide. --- Command/Import.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/Import.hs b/Command/Import.hs index e0a96643c1..b514f44268 100644 --- a/Command/Import.hs +++ b/Command/Import.hs @@ -43,7 +43,7 @@ cmd = notBareRepo $ withGlobalOptions opts $ command "import" SectionCommon "add a tree of files to the repository" - (paramPaths ++ "|BRANCH[:SUBDIR]") + (paramPaths ++ "|BRANCH") (seek <$$> optParser) where opts =