Skip to content

Commit

Permalink
change --f
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed May 8, 2019
1 parent 657988e commit f48f8a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ composer require sy-records/xhprof2flamegraph

* xhprof2flamegraph -h
```shell
usage: xhprof2flamegraph [-h, --help] [--f, --profile] [--metrics]
usage: xhprof2flamegraph [-h, --help] [-f, --profile] [--metrics]
options:
-h, --help show help
-f, --profile file path of xhprof profile data
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function parseOptions()
protected function showHelp()
{
echo <<<HELP
usage: xhprof2flamegraph [-h, --help] [--f, --profile] [--metrics]
usage: xhprof2flamegraph [-h, --help] [-f, --profile] [--metrics]
options:
-h, --help show help
-f, --profile file path of xhprof profile data
Expand Down
1 change: 0 additions & 1 deletion xhprof2flamegraph
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env php
<?php


//$file = __DIR__ . '/vendor/autoload.php';
//if (file_exists($file)) {
// require_once $file;
Expand Down

0 comments on commit f48f8a2

Please sign in to comment.