]> git.cworth.org Git - notmuch/commitdiff
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)
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


No differences found