mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[cli] Fix typo
This commit is contained in:
parent
c8a6e68bf4
commit
c696515854
|
@ -305,7 +305,7 @@ usage: legendary crossover [-h] [--reset] [--download] [--ignore-version]
|
|||
|
||||
positional arguments:
|
||||
<App Name> App name to configure, will configure defaults if
|
||||
ommited
|
||||
omitted
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
|
|
|
@ -2618,7 +2618,7 @@ def main():
|
|||
metavar='<New alias>', nargs='?')
|
||||
|
||||
cx_parser.add_argument('app_name', metavar='<App Name>', nargs='?',
|
||||
help='App name to configure, will configure defaults if ommited')
|
||||
help='App name to configure, will configure defaults if omitted')
|
||||
|
||||
move_parser.add_argument('app_name', metavar='<App Name>', help='Name of the app')
|
||||
move_parser.add_argument('new_path', metavar='<New Base Path>', help='Directory to move game folder to')
|
||||
|
|
Loading…
Reference in a new issue