Skip to content

Commit fcef687

Browse files
committed
Update README to use additional-file-patterns
1 parent 769cf57 commit fcef687

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ you can do so with a simple environment variable, instead of editing the
163163
== Options
164164

165165
Usage: annotate [options] [model_file]*
166-
--additional_file_patterns Additional file paths or globs to annotate, separated by commas (e.g. `/foo/bar/%model_name%/*.rb,/baz/%model_name%.rb`)
166+
--additional-file-patterns Additional file paths or globs to annotate, separated by commas (e.g. `/foo/bar/%model_name%/*.rb,/baz/%model_name%.rb`)
167167
-d, --delete Remove annotations from all model files or the routes.rb file
168168
-p [before|top|after|bottom], Place the annotations at the top (before) or the bottom (after) of the model/test/fixture/factory/route/serializer file(s)
169169
--position
@@ -216,10 +216,10 @@ you can do so with a simple environment variable, instead of editing the
216216
--ignore-unknown-models don't display warnings for bad model files
217217
--with-comment include database comments in model annotations
218218

219-
=== Option: +additional_file_patterns+
219+
=== Option: +additional-file-patterns+
220220

221-
CLI: +--additional_file_patterns+<br>
222-
Ruby: +:additional_file_patterns+
221+
CLI: +--additional-file-patterns+<br>
222+
Ruby: +:additional-file-patterns+
223223

224224
Provide additional paths for the gem to annotate. These paths can include globs.
225225
It is recommended to use absolute paths. Here are some examples:

0 commit comments

Comments
 (0)