remove translated description placeholder

This commit is contained in:
deltragon 2024-08-04 16:28:59 +02:00
parent 762305c5c1
commit 57f45b7c4a
1 changed files with 1 additions and 1 deletions

View File

@ -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')
parser = argparse.ArgumentParser(prog='safeeyes', description=_('description'))
parser = argparse.ArgumentParser(prog='safeeyes')
group = parser.add_mutually_exclusive_group()
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')