[DRE-commits] [SCM] ruby-roodi.git branch, master, updated. upstream/2.2.0-17-g27b0e20

David Suárez david.sephirot at gmail.com
Mon Jul 8 15:20:53 UTC 2013


The following commit has been merged in the master branch:
commit 27b0e20612c045af7856d4eb3915054011617e00
Author: David Suárez <david.sephirot at gmail.com>
Date:   Mon Jul 8 17:20:02 2013 +0200

    Escape minus sign in roodi.1

diff --git a/debian/roodi.1 b/debian/roodi.1
index c533ee7..d9b5bd5 100644
--- a/debian/roodi.1
+++ b/debian/roodi.1
@@ -46,7 +46,7 @@ Check one controller and all model files in a rails app:
     roodi app/controller/sample_controller.rb "app/models/*.rb"
 
 Check all ruby files in a rails app with a custom configuration file:
-    roodi -config=my_roodi_config.yml "rails_app/**/*.rb"
+    roodi \-config=my_roodi_config.yml "rails_app/**/*.rb"
 
 If you're writing a check, it is useful to see the structure of a file the way that Roodi tokenizes it (via ruby_parser). Use:
     \fBroodi-describe\fP [filename]

-- 
ruby-roodi.git



More information about the Pkg-ruby-extras-commits mailing list