summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2022-12-12 18:08:07 +0000
committerStephen Finucane <sfinucan@redhat.com>2022-12-12 18:14:52 +0000
commitfb9a3a9b2daa21317d0adceca86215c393e975e6 (patch)
treecc4440429669512608cba13479af2044f2f4d985 /releasenotes
parent91c62985fb6c529cecfed5354ae687d62c25a821 (diff)
downloadcliff-fb9a3a9b2daa21317d0adceca86215c393e975e6.tar.gz
Strip trailing periods when getting description4.2.0
This yields slightly prettier output. Change-Id: Ibec7cd861eacc3630182d6a782ffaf361f449aa6 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/strip-period-from-help-strings-be368e5cf5bd5269.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/strip-period-from-help-strings-be368e5cf5bd5269.yaml b/releasenotes/notes/strip-period-from-help-strings-be368e5cf5bd5269.yaml
new file mode 100644
index 0000000..9577e91
--- /dev/null
+++ b/releasenotes/notes/strip-period-from-help-strings-be368e5cf5bd5269.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Trailing periods will now be stripped from the oneline summary shown
+ for the help command. This better aligns with the format used by
+ argparse itself.