Skip to content

Commit 02ca902

Browse files
committed
Update help message for --path-arrows argument and remove the full stop for consistency.
1 parent 3c9b6cb commit 02ca902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Command line help
146146
Create a SPARC Dataset containing the map's sources and the generated map
147147
--sckan-version {production,staging}
148148
Overide version of SCKAN specified by map's manifest
149-
--path-arrows Render arrows at the terminal nodes.
149+
--path-arrows ReRender arrows at the terminal nodes of paths
150150
151151
Diagnostics:
152152
--authoring For use when checking a new map: highlight incomplete

mapmaker/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def arg_parser():
6464
generation_options.add_argument('--sckan-version', dest='sckanVersion', choices=['production', 'staging'],
6565
help="Overide version of SCKAN specified by map's manifest")
6666
generation_options.add_argument('--path-arrows', dest='pathArrows', action='store_true',
67-
help="Render arrows at the terminal nodes.")
67+
help="Render arrows at the terminal nodes of paths")
6868

6969
debug_options = parser.add_argument_group('Diagnostics')
7070
debug_options.add_argument('--authoring', action='store_true',

0 commit comments

Comments
 (0)