* Thomas 'PointedEars' Lahn (Thu, 12 May 2011 22:22:20 +0200)
> Thorsten Kampe wrote:
> > I'm using optparse for a little Python script.
> >
> > 1. The output from "--help" is:
> > """
> > Usage: script.py
> >
> > script.py does something
> >
> > Options:
> > -h, --help show this help messa
On 05/12/2011 10:22 PM, Thomas 'PointedEars' Lahn wrote:
Thorsten Kampe wrote:
I'm using optparse for a little Python script.
1. The output from "--help" is:
"""
Usage: script.py
script.py does something
Options:
-h, --help show this help message and exit
"""
I would prefer to have the
Thorsten Kampe wrote:
> I'm using optparse for a little Python script.
>
> 1. The output from "--help" is:
> """
> Usage: script.py
>
> script.py does something
>
> Options:
> -h, --help show this help message and exit
> """
>
> I would prefer to have the description before the usage, lik
Hi,
I'm using optparse for a little Python script.
1. The output from "--help" is:
"""
Usage: script.py
script.py does something
Options:
-h, --help show this help message and exit
"""
I would prefer to have the description before the usage, like...
"""
script.py does something
Usage: s