.. _optparse module:
http://docs.python.org/library/optparse.html#callback-example-6-variable-arguments
-.. [#POSIX] `Guideline 10 of POSIX:2008's section 12.2 <http://www.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html#tag_12_02>` states:
+.. [#POSIX] `Guideline 10 of POSIX:2008's section 12.2 <http://www.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html#tag_12_02>`_ states:
- "The first -- argument that is not an option-argument should be
+ "The first ``--`` argument that is not an option-argument should be
accepted as a delimiter indicating the end of options. Any
following arguments should be treated as operands, even if they
- begin with the '-' character."
+ begin with the ``-`` character."
Then glob your curves onto the new list::