mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:48:11 +00:00
sql: Change the short-name flag for the SQLServer path
The short-name 's' is duplicated by another option.
This commit is contained in:
parent
b342b4dfb8
commit
60a468d50b
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||||
args_parser.add_option(file_to_source, "File to source", "source", 's', "file");
|
args_parser.add_option(file_to_source, "File to source", "source", 's', "file");
|
||||||
args_parser.add_option(suppress_sqlrc, "Don't read ~/.sqlrc", "no-sqlrc", 'n');
|
args_parser.add_option(suppress_sqlrc, "Don't read ~/.sqlrc", "no-sqlrc", 'n');
|
||||||
#if !defined(AK_OS_SERENITY)
|
#if !defined(AK_OS_SERENITY)
|
||||||
args_parser.add_option(sql_server_path, "Path to SQLServer to launch if needed", "sql-server-path", 's', "path");
|
args_parser.add_option(sql_server_path, "Path to SQLServer to launch if needed", "sql-server-path", 'p', "path");
|
||||||
#endif
|
#endif
|
||||||
args_parser.parse(arguments);
|
args_parser.parse(arguments);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue