fixed taberror: inconsistent use of tabs and spaces in indentation

This commit is contained in:
Gianluca Boiano 2019-02-23 15:51:03 +01:00
parent e50b91b559
commit 142a38f3dc
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def options(opt):
grp.add_option('--dedicated', action = 'store_true', dest = 'DEDICATED', default = False,
help = 'build Xash Dedicated Server(XashDS)')
grp.add_option( '--single-binary', action = 'store_true', dest = 'SINGLE_BINARY', default = False,
grp.add_option( '--single-binary', action = 'store_true', dest = 'SINGLE_BINARY', default = False,
help = 'build single "xash" binary instead of xash.dll/libxash.so (forced for dedicated)')
grp.add_option('--64bits', action = 'store_true', dest = 'ALLOW64', default = False,