diff options
Diffstat (limited to 'tools/sdbus++')
| -rwxr-xr-x | tools/sdbus++ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sdbus++ b/tools/sdbus++ index 28c2858..26969f3 100755 --- a/tools/sdbus++ +++ b/tools/sdbus++ @@ -19,7 +19,7 @@ def main(): parser = argparse.ArgumentParser(description='Process sdbus++ YAML files.') - parser.add_argument('-r', '--rootdir', dest='rootdir', default='example', + parser.add_argument('-r', '--rootdir', dest='rootdir', default='.', type=str, help='Location of files to process.') parser.add_argument('-t', '--templatedir', dest='templatedir', default=os.path.join(module_path, 'templates'), |

