Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
use \$ escape (future proof against eclipse-archived/ceylon#7190)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Sep 11, 2017
1 parent 11749eb commit 44063d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/ceylon/formatter/CeylonFormatTool.ceylon
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ description (" ceylon format source
which will recreate the `source` and `test-source` folders inside the new `formatted` folder.")
remainingSections ("## Other options
--${option name}=${option value}
--\${option name}=\${option value}
Set a formatting option. The most useful ones are:
Expand Down
2 changes: 1 addition & 1 deletion source/ceylon/formatter/help.ceylon
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ shared String? help(topic) {
in the format that ‘ceylon run’ understands (“ceylon.formatter/x.y.z”), which might be
useful for scripts.
--${option name}=${option value}
--\${option name}=\${option value}
Set a formatting option. The most useful ones are:
--maxLineLength
Expand Down

0 comments on commit 44063d8

Please sign in to comment.