Add short form of --profile to match documentation
This commit is contained in:
parent
4bc440e906
commit
bb4c7ddee6
@ -746,7 +746,7 @@ QtObject {
|
||||
|
||||
loadCustomProfiles()
|
||||
|
||||
var profileArgPosition = args.indexOf("--profile")
|
||||
var profileArgPosition = args.indexOf(/-p|--profile/)
|
||||
if (profileArgPosition !== -1) {
|
||||
var profileIndex = getProfileIndexByName(
|
||||
args[profileArgPosition + 1])
|
||||
|
Loading…
x
Reference in New Issue
Block a user