Skip to content

Commit

Permalink
Improve help text for -rename-layers
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloch committed Oct 6, 2014
1 parent 54d8f66 commit 9b3252f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mapshaper.js
Original file line number Diff line number Diff line change
Expand Up @@ -3279,7 +3279,7 @@ MapShaper.getOptionParser = function() {
.option("target", targetOpt);

parser.command("rename-layers")
.describe("assign names to one or more layers (comma-sep. list)")
.describe("assign new names to layers (comma-sep. list)")
.validate(validateRenameLayersOpts)
.option("target", targetOpt);

Expand Down
2 changes: 1 addition & 1 deletion src/cli/mapshaper-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ MapShaper.getOptionParser = function() {
.option("target", targetOpt);

parser.command("rename-layers")
.describe("assign names to one or more layers (comma-sep. list)")
.describe("assign new names to layers (comma-sep. list)")
.validate(validateRenameLayersOpts)
.option("target", targetOpt);

Expand Down

0 comments on commit 9b3252f

Please sign in to comment.