From 323b113f55a5daa6cd633a5252632c2e1ee629c7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 19 Mar 2021 13:45:57 -0400 Subject: forall/list: delete spurious " Change-Id: I6995d48be1d8fc5d93f4b9fa617fad70b5b3429f Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/300902 Reviewed-by: Michael Mortensen Tested-by: Mike Frysinger --- subcmds/list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subcmds/list.py') diff --git a/subcmds/list.py b/subcmds/list.py index a1247b75..7825dee1 100644 --- a/subcmds/list.py +++ b/subcmds/list.py @@ -20,7 +20,7 @@ class List(Command, MirrorSafeCommand): helpSummary = "List projects and their associated directories" helpUsage = """ %prog [-f] [...] -%prog [-f] -r str1 [str2]..." +%prog [-f] -r str1 [str2]... """ helpDescription = """ List all projects; pass '.' to list the project for the cwd. -- cgit v1.2.3-54-g00ecf