remove translated description placeholder
This commit is contained in:
parent
762305c5c1
commit
57f45b7c4a
|
@ -76,7 +76,7 @@ def main():
|
||||||
logging.warning('installed python\'s gettext module does not support locale.bindtextdomain. locale.bindtextdomain is required for Glade files')
|
logging.warning('installed python\'s gettext module does not support locale.bindtextdomain. locale.bindtextdomain is required for Glade files')
|
||||||
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(prog='safeeyes', description=_('description'))
|
parser = argparse.ArgumentParser(prog='safeeyes')
|
||||||
group = parser.add_mutually_exclusive_group()
|
group = parser.add_mutually_exclusive_group()
|
||||||
group.add_argument('-a', '--about', help=_('show the about dialog'), action='store_true')
|
group.add_argument('-a', '--about', help=_('show the about dialog'), action='store_true')
|
||||||
group.add_argument('-d', '--disable', help=_('disable the currently running safeeyes instance'), action='store_true')
|
group.add_argument('-d', '--disable', help=_('disable the currently running safeeyes instance'), action='store_true')
|
||||||
|
|
Loading…
Reference in New Issue