Skip to content

Commit

Permalink
Update readme with --specify option
Browse files Browse the repository at this point in the history
  • Loading branch information
unixmonkey authored and jmccaffrey committed Aug 2, 2010
1 parent 2ec41f1 commit f31d96d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.rdoc
Expand Up @@ -23,7 +23,10 @@ controller diagrams are best processed using neato.
Common options:
-b, --brief Generate compact diagram
(no attributes nor methods)
-e, --exclude file1[,fileN] Exclude given files (can take a glob pattern)
-s, --specify file1[,fileN] Specify given files only for the diagram
(can take a glob pattern)
-e, --exclude file1[,fileN] Exclude given files
(can take a glob pattern)
-i, --inheritance Include inheritance relations
-l, --label Add a label with diagram information
(type, date, migration, version)
Expand Down Expand Up @@ -134,7 +137,7 @@ RailRoad has been tested with the following Ruby and Rails versions

== Rails
* 1.1.6 to 1.2.3
* 2.3.2
* 2.3.2 to 2.3.5

There are no additional requirements (nevertheless, all your Rails application
requirements must be installed).
Expand Down

0 comments on commit f31d96d

Please sign in to comment.