README in railroad-0.1.2 vs README in railroad-0.2.0

- old
+ new

@@ -14,29 +14,39 @@ railroad [options] [command] == Options -a, --all - Include all models (not ActiveRecord::Base derived) +Include all models (not ActiveRecord::Base derived) + -b, --brief - Generate compact diagram (no attributes nor methods) +Generate compact diagram (no attributes nor methods) + -c, --compact - Concentrate edges - -l, --label - Add a label with diagram information (type, date, version) +Concentrate edges + -i, --inherit - Include inheritance relations +Include inheritance relations + + -l, --label +Add a label with diagram information (type, date, version) + + -m, --modules +Include modules + -h, --help - Display this help message and exit +Display this help message and exit + -v, --version - Display version information and exit +Display version information and exit == Commands -M - Generate models diagram +Generate models diagram + -C - Generate controllers diagram +Generate controllers diagram == Examples railroad -M > models.dot Produces a models diagram to the file 'models.dot'