Skip to content

Commit 2049f04

Browse files
committed
add release notes with reno
1 parent 369ad32 commit 2049f04

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
features:
3+
- |
4+
Add a "Usage" label (rubric) before printing the command's usage format.

sphinx_click/ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def _format_command(
372372

373373
lines = list(_format_options(ctx))
374374
if lines:
375-
yield '.. rubric:: Optionz'
375+
yield '.. rubric:: Options'
376376
yield ''
377377

378378
for line in lines:

0 commit comments

Comments
 (0)