print" beekeeper.pl -url $url".$self->beekeeper_extra_cmdline_options()." -run \t\t# (run one step of the pipeline - useful for debugging/learning)\n";
print" # Synchronize the Hive (should be done before [re]starting a pipeline) :\n";
print"\tbeekeeper.pl -url $url -sync\n";
print"\n";
print" # Run the pipeline (can be interrupted and restarted) :\n";
print"\tbeekeeper.pl -url $url".$self->beekeeper_extra_cmdline_options()." -loop\t\t# run in looped automatic mode (a scheduling step performed every minute)\n";
print"(OR)\n";
print" runWorker.pl -url $url".$self->beekeeper_extra_cmdline_options()."\t\t# (run exactly one Worker locally - useful for debugging/learning)\n";
print"\n\n\tTo connect to your pipeline database use the following line:\n\n";
print"\tbeekeeper.pl -url $url".$self->beekeeper_extra_cmdline_options()." -run \t\t# run one scheduling step of the pipeline and exit (useful for debugging/learning)\n";
print"(OR)\n";
print"\trunWorker.pl -url $url".$self->beekeeper_extra_cmdline_options()."\t\t# run exactly one Worker locally (useful for debugging/learning)\n";
print"\n";
print" # At any moment during or after execution you can request a pipeline diagram in an image file (desired format is set via extension) :\n";