From 1bb5a8d4e2721bc970bc374a6568d355c3b1564c Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 8 Nov 2017 17:07:03 +1100 Subject: [PATCH] ptl-tool: hint how to skip contributor Signed-off-by: Patrick Donnelly --- src/script/ptl-tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/ptl-tool.py b/src/script/ptl-tool.py index 090770a2ac12..73261da07537 100755 --- a/src/script/ptl-tool.py +++ b/src/script/ptl-tool.py @@ -245,7 +245,7 @@ def build_branch(args): indications.add("Reviewed-by: "+NEW_CONTRIBUTORS[user]) except KeyError as e: try: - name = raw_input("Need name for contributor \"%s\"; Reviewed-by: " % user) + name = raw_input("Need name for contributor \"%s\" (use ^D to skip); Reviewed-by: " % user) name = name.strip() if len(name) == 0: continue -- 2.47.3