Skip to content

Commit 6573f1a

Browse files
author
Kevin D Smith
committed
Change help doc
1 parent 7e6a733 commit 6573f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/promote-release-candidate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def main(args):
266266

267267

268268
if __name__ == '__main__':
269-
parser = argparse.ArgumentParser(prog='stage-release-candidate',
269+
parser = argparse.ArgumentParser(description=__doc__.strip(),
270270
formatter_class=argparse.RawTextHelpFormatter)
271271

272272
parser.add_argument('tag', type=tag_type, metavar='tag',

0 commit comments

Comments
 (0)