./plot_image.py --help
-For other ideas, see the Matplotlib website [1]_.
+When run with interactive output (i.e. no `-o ...` option), the
+interactive figure is displayed using `pylab.show`, which means that
+you'll have to kill `plot_image.py` using ^C or similar [1]_.
-.. [1] http://matplotlib.sourceforge.net/
+For other ideas, see the Matplotlib website [2]_.
+
+.. [1] http://matplotlib.sourceforge.net/faq/howto_faq.html#use-show
+.. [2] http://matplotlib.sourceforge.net/
"""
import optparse