mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-14 23:28:55 -05:00
fix -[no-]- display in arguments
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ def help():
|
||||
for arg in list(optionalArgs.keys()):
|
||||
if arg == '-help':
|
||||
continue
|
||||
argString = argString + ' [-[no-]'+arg+'] ' + optionalArgs[arg] + '\n'
|
||||
argString = argString + ' [-[no]'+arg+'] ' + optionalArgs[arg] + '\n'
|
||||
print('Usage: ddl2cpp [-help] ' + argString + ' <path to ddl> <path to target (without extension, e.g. /tmp/MyTable)> <namespace>')
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user