]> rtime.felk.cvut.cz Git - notmuch.git/commit
Add a docstring describing the program
authorCarl Worth <cworth@cworth.org>
Sat, 31 May 2014 22:20:23 +0000 (15:20 -0700)
committerDavid Bremner <david@tethera.net>
Tue, 15 Jul 2014 23:07:06 +0000 (20:07 -0300)
commitb5bdf5f4a83357efd874140f21cef27ef744bea2
treef67b3ecc166a9b8e8501c5443c9886518d47dd5b
parentd1d84cab1df3e280676553b057d7c59199b382ea
Add a docstring describing the program

Prefer a docstring to a header comment so we can use it as the
ArgumentParser description (formatted with 'nmbug-status --help').
Script readers still have it near the top of the file.  Since it's a
docstring, use PEP 257's summary-line-and-body format [1].

[1]: http://legacy.python.org/dev/peps/pep-0257/#multi-line-docstrings
devel/nmbug/nmbug-status