From: Patrick Donnelly Date: Wed, 8 Nov 2017 06:07:03 +0000 (+1100) Subject: ptl-tool: hint how to skip contributor X-Git-Tag: v13.0.1~270^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1bb5a8d4e2721bc970bc374a6568d355c3b1564c;p=ceph.git ptl-tool: hint how to skip contributor Signed-off-by: Patrick Donnelly --- 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