Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in /bin report generators #198

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/nytprofcalls
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ usage: [perl] nytprofcalls [opts] nytprof-file [...]
--help, -h Print this message
--verbose, -v Be more verbose

This script of part of the Devel::NYTProf distribution.
This script is part of the Devel::NYTProf distribution.
See https://metacpan.org/release/Devel-NYTProf for details and copyright.
END
exit 0;
Expand Down
2 changes: 1 addition & 1 deletion bin/nytprofcg
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ usage: [perl] nytprofcg [opts]
--out <file>, -o <file> Specify output file [default: nytprof.callgrind]
--help, -h Print this message

This script of part of the Devel::NYTProf distribution.
This script is part of the Devel::NYTProf distribution.
Released under the same terms as Perl 5.8.0
See http://metacpan.org/release/Devel-NYTProf/
END
Expand Down
2 changes: 1 addition & 1 deletion bin/nytprofcsv
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ usage: [perl] nytprofcsv [opts]
--delete, -d Delete the old fprofhtml output [uses --out]
--help, -h Print this message

This script of part of the Devel::NYTProf package
This script is part of the Devel::NYTProf package
See https://metacpan.org/pod/Devel::NYTProf
END
}
Expand Down
2 changes: 1 addition & 1 deletion bin/nytprofhtml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ usage: [perl] nytprofhtml [opts]
--no-mergeevals Disable merging of string evals
--help, -h Print this message

This script of part of the Devel::NYTProf distribution.
This script is part of the Devel::NYTProf distribution.
See http://metacpan.org/release/Devel-NYTProf/ for details and copyright.
END
return 0;
Expand Down
2 changes: 1 addition & 1 deletion bin/nytprofmerge
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ usage: [perl] nytprofmerge [opts] nytprof-file [...]
--help, -h Print this message
--verbose, -v Be more verbose

This script of part of the Devel::NYTProf distribution.
This script is part of the Devel::NYTProf distribution.
See https://metacpan.org/release/Devel-NYTProf for details and copyright.
END
exit 0;
Expand Down
4 changes: 2 additions & 2 deletions bin/nytprofpf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Options synopsis:
--no-mergeevals Disable merging of string evals
--help, -h Print this message

This script of part of the Devel::NYTProf distribution. Generate a report for plat_forms (L<http://www.plat-forms.org/>) from Devel::NYTProf data.
This script is part of the Devel::NYTProf distribution. Generate a report for plat_forms (L<http://www.plat-forms.org/>) from Devel::NYTProf data.
See http://metacpan.org/release/Devel-NYTProf/ for details and copyright.

=encoding ISO8859-1
Expand Down Expand Up @@ -79,7 +79,7 @@ usage: [perl] nytprofpf [opts]
--no-mergeevals Disable merging of string evals
--help, -h Print this message

This script of part of the Devel::NYTProf distribution.
This script is part of the Devel::NYTProf distribution.
See http://metacpan.org/release/Devel-NYTProf/ for details and copyright.
END
return 0;
Expand Down