Add missing parentheses
This commit is contained in:
parent
2c5cad2271
commit
44f9837d40
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ optional arguments:
|
|||
-h, --help show this help message and exit
|
||||
--input INPUT squeekboard layout to use as input for generation. Has to be a YAML file path relative to data/keyboards. Can be specified
|
||||
multiple times.
|
||||
--generate-scancodes also generate scancode tables (only works for US layout currently
|
||||
--generate-scancodes also generate scancode tables (only works for US layout currently)
|
||||
--output OUTPUT output directory for generated files
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ def parse_arguments():
|
|||
+ 'use as input for generation. Has to be a YAML file path relative to data/keyboards. '
|
||||
+ 'Can be specified multiple times.')
|
||||
parser.add_argument('--generate-scancodes', action='store_true', dest='generate_scancodes', help='also '
|
||||
+ 'generate scancode tables (only works for US layout currently')
|
||||
+ 'generate scancode tables (only works for US layout currently)')
|
||||
parser.add_argument('--output', dest='output', type=str, help='output directory for generated files')
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue