The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=54625dfb363a4a00841ef7d7ee8e5cc5ea1156e0
commit 54625dfb363a4a00841ef7d7ee8e5cc5ea1156e0 Author: Mark Johnston <[email protected]> AuthorDate: 2026-05-07 17:18:32 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-05-07 17:18:32 +0000 git-arc: Update the usage message to mention create -d Fixes: 448ec129bcef ("git-arc: Add a create-draft mode") --- tools/tools/git/git-arc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/git/git-arc.sh b/tools/tools/git/git-arc.sh index 395787df970c..f2a325f3452a 100755 --- a/tools/tools/git/git-arc.sh +++ b/tools/tools/git/git-arc.sh @@ -57,7 +57,7 @@ err_usage() Usage: git arc [-vy] <command> <arguments> Commands: - create [-l] [-r <reviewer1>[,<reviewer2>...]] [-s subscriber[,...]] [<commit>|<commit range>] + create [-dl] [-r <reviewer1>[,<reviewer2>...]] [-s subscriber[,...]] [<commit>|<commit range>] list <commit>|<commit range> patch [-bcrs] <diff1> [<diff2> ...] stage [-b branch] [<commit>|<commit range>]
