Skip to content

Commit cca470c

Browse files
authored
Merge pull request #416 from rattrayalex/patch-1
2 parents 8a4d546 + 171d002 commit cca470c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ SyntaxTree::Binary[
187187

188188
### format
189189

190-
This command will output the formatted version of each of the listed files. Importantly, it will not write that content back to the source files. It is meant to display the formatted version only.
190+
This command will output the formatted version of each of the listed files to stdout. Importantly, it will not write that content back to the source files – for that, you want [`write`](#write).
191191

192192
```sh
193193
stree format path/to/file.rb

0 commit comments

Comments
 (0)