[jhbuild] update: Fix help strings (GNOME bug 682951)



commit f319e8f12dfaf823e1682a6d755779b6e06fa51f
Author: Volker Sobek <reklov live com>
Date:   Wed Aug 29 16:12:21 2012 +0200

    update: Fix help strings (GNOME bug 682951)
    
    Use 'update' instead of 'build' in the help strings for the update
    command.

 jhbuild/commands/base.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jhbuild/commands/base.py b/jhbuild/commands/base.py
index c2514a7..1909101 100644
--- a/jhbuild/commands/base.py
+++ b/jhbuild/commands/base.py
@@ -47,10 +47,10 @@ class cmd_update(Command):
                         help=_('treat the given modules as up to date')),
             make_option('-t', '--start-at', metavar='MODULE',
                         action='store', dest='startat', default=None,
-                        help=_('start building at the given module')),
+                        help=_('start updating at the given module')),
             make_option('--tags',
                         action='append', dest='tags', default=[],
-                        help=_('build only modules with the given tags')),
+                        help=_('update only modules with the given tags')),
             make_option('-D', metavar='DATE-SPEC',
                         action='store', dest='sticky_date', default=None,
                         help=_('set a sticky date when checking out modules')),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]