mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix broken list formatting [ci skip]
This commit is contained in:
parent
7e3a0a947f
commit
ce47479be0
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
* Deprecate `rails notes` subcommands in favor of passing an `annotations` argument to `rails notes`.
|
||||
|
||||
The following subcommands are replaced by passing `--annotations` or `-a` to `rails notes`:
|
||||
- `rails notes:custom ANNOTATION=custom` is deprecated in favor of using `rails notes -a custom`.
|
||||
- `rails notes:optimize` is deprecated in favor of using `rails notes -a OPTIMIZE`.
|
||||
- `rails notes:todo` is deprecated in favor of using`rails notes -a TODO`.
|
||||
- `rails notes:fixme` is deprecated in favor of using `rails notes -a FIXME`.
|
||||
- `rails notes:custom ANNOTATION=custom` is deprecated in favor of using `rails notes -a custom`.
|
||||
- `rails notes:optimize` is deprecated in favor of using `rails notes -a OPTIMIZE`.
|
||||
- `rails notes:todo` is deprecated in favor of using`rails notes -a TODO`.
|
||||
- `rails notes:fixme` is deprecated in favor of using `rails notes -a FIXME`.
|
||||
|
||||
*Annie-Claude Côté*
|
||||
|
||||
|
|
Loading…
Reference in a new issue