Skip to content

Commit

Permalink
Removing $optind variable (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidavila authored and dwsupplee committed Jun 14, 2018
1 parent 9f4c28d commit 294bfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Debugger/bin/google-cloud-debugger
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 294bfde

Please sign in to comment.