1
0
mirror of https://github.com/slgobinath/SafeEyes.git synced 2024-12-24 23:50:46 +01:00

remove translated description placeholder

This commit is contained in:
deltragon 2024-08-04 16:28:59 +02:00
parent 762305c5c1
commit 57f45b7c4a

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')