mirror of
https://github.com/rbock/sqlpp11.git
synced 2025-12-31 10:10:28 -06:00
Fix program desc.
This commit is contained in:
@@ -44,7 +44,7 @@ types = {
|
||||
}
|
||||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser(description='Process some integers.')
|
||||
parser = argparse.ArgumentParser(description='sqlpp11 cpp schema generator')
|
||||
parser.add_argument('ddl', help='path to ddl')
|
||||
parser.add_argument('target', help='path to target')
|
||||
parser.add_argument('namespace', help='namespace')
|
||||
|
||||
Reference in New Issue
Block a user