Skip to content

Commit d58e21a

Browse files
Rainer KellerRainer Keller
Rainer Keller
authored and
Rainer Keller
committed
Fix error message
Message does not match the parameter names. Change-Id: Ie9d3c52487f596dc43c7b36e4a5bc3ee5fbdaa47 Reviewed-by: hjk <[email protected]>
1 parent dcb14d9 commit d58e21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ int main(int argc, char **argv)
435435
}
436436

437437
if (detach && (useGDB || useQML)) {
438-
fprintf(stderr, "Detached debugging not possible. --detach and one of --useGDB, --useQML must not be used together.\n");
438+
fprintf(stderr, "Detached debugging not possible. --detach and one of --debug-gdb, --debug-qml must not be used together.\n");
439439
return 1;
440440
}
441441

0 commit comments

Comments
 (0)