lib/rails_erd/cli.rb in rails-erd-1.4.4 vs lib/rails_erd/cli.rb in rails-erd-1.4.5

- old
+ new

@@ -14,10 +14,10 @@ desc "Diagram notation style, one of simple, bachman, uml or crowsfoot." end option :attributes do long "--attributes=TYPE,..." - desc "Attribute groups to display: content, primary_keys, foreign_keys, timestamps and/or inheritance." + desc "Attribute groups to display: false, content, primary_keys, foreign_keys, timestamps and/or inheritance." end option :orientation do long "--orientation=ORIENTATION" desc "Orientation of diagram, either horizontal (default) or vertical."