Browse Source

Add missing -B arg

pull/8/head 2.0.0
Richard Neumann 3 years ago
parent
commit
aff83bf521
  1. 4
      rcon/gui.py

4
rcon/gui.py

@ -37,6 +37,10 @@ def get_args() -> Namespace:
"""Parses the command line arguments."""
parser = ArgumentParser(description='A minimalistic, GTK-based RCON GUI.')
parser.add_argument(
'-B', '--battleye', action='store_true',
help='use BattlEye RCon instead of Source RCON'
)
parser.add_argument(
'-d', '--debug', action='store_true',
help='print additional debug information'

Loading…
Cancel
Save