diff --git a/Debugger/bin/google-cloud-debugger b/Debugger/bin/google-cloud-debugger index 887bf24c8393..8dd465f9bbb2 100755 --- a/Debugger/bin/google-cloud-debugger +++ b/Debugger/bin/google-cloud-debugger @@ -58,7 +58,7 @@ if (count($argv) < 2) { showUsageAndDie(); } -$options = getopt('c:s:', ['config:', 'source-root:'], $optind) + [ +$options = getopt('c:s:', ['config:', 'source-root:']) + [ 'c' => null, 'config' => null, 's' => null,