Skip to content

Commit

Permalink
Revise examples
Browse files Browse the repository at this point in the history
  • Loading branch information
picnicpete committed Oct 17, 2024
1 parent 0916986 commit 47a3065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/find_in_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
Example:
\$ php find_in_files.php --regex-match=thelostsoul\\d+ --output=/tmp/result.csv
\$ php find_in_files.php --regex-match=doris\\d+ --output=/tmp/result.csv --mimetype=application/xip.h5p
\$ php find_in_files.php --regex-match='https:(.*).com' --output=/tmp/result.csv --mimetype=application/zip.h5p
";

list($options, $unrecognized) = cli_get_params(
Expand Down

0 comments on commit 47a3065

Please sign in to comment.