pjam 0.0.9.pre → 0.0.10.pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/pjam +4 -4
- metadata +2 -2
data/bin/pjam
CHANGED
|
@@ -18,10 +18,10 @@ where [options] are:
|
|
|
18
18
|
EOS
|
|
19
19
|
|
|
20
20
|
opt :p, "path to project", :type => :string
|
|
21
|
-
opt :skip_pinto, "
|
|
22
|
-
opt :no_color, "
|
|
23
|
-
opt :no_misc, "do not
|
|
24
|
-
opt :only, "only
|
|
21
|
+
opt :skip_pinto, "skip pinto phase, only do distibution phase", :default => false
|
|
22
|
+
opt :no_color, "do not colour output", :default => false
|
|
23
|
+
opt :no_misc, "do not add miscellaneous prerequisites", :default => false
|
|
24
|
+
opt :only, "only add given source(s). multiple sources are separated by comma", :type => :string, :default => nil
|
|
25
25
|
end
|
|
26
26
|
|
|
27
27
|
|