lib/mortar/command/illustrate.rb in mortar-0.7.9 vs lib/mortar/command/illustrate.rb in mortar-0.8.0
- old
+ new
@@ -31,11 +31,12 @@
# -f, --param-file PARAMFILE # Load pig parameter values from a file.
# --no_browser # Don't open the illustrate results automatically in the browser.
#
# Examples:
#
- # Illustrate the songs_sample relation in the generate_regression_model_coefficients script.
- # $ mortar illustrate generate_regression_model_coefficients songs_sample
+ # Illustrate all relations in the generate_regression_model_coefficients pigscript.
+ # $ mortar illustrate pigscripts/generate_regression_model_coefficients.pig
+ #
def index
pigscript_name = shift_argument
alias_name = shift_argument
skip_pruning = options[:skippruning] ||= false