diff --git a/data/man/update_man.py b/data/man/update_man.py index 64101c295..c120e11fb 100644 --- a/data/man/update_man.py +++ b/data/man/update_man.py @@ -22,7 +22,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -update_doc.py for Gramps API(s) documentation. +update_man.py for command line documentation. Examples: python update_man.py -t @@ -78,8 +78,8 @@ def main(): """ parser = ArgumentParser( - description='This program aims to handle manual' - ' and translated version.', + description='This program aims to handle documentation' + ' and realted translated versions.', ) parser.add_argument("-t", "--test",