From 20f3ac2c580ca7427dd7fd8020996e8e5367a602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 1 Dec 2012 14:04:51 +0000 Subject: [PATCH] 5621: update commands svn: r20724 --- data/man/update_man.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",