Skip to content

Commit

Permalink
Fix binary file
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiProgramist committed Feb 23, 2025
1 parent 9996c6f commit cc1484d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/gendiff
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ ABOUT;


$doc = <<<DOC
Usage: differ v1.0
Usage:
gendiff (-h|--help)
gendiff (-v|--version)
gendiff [--format <fmt>] <firstFile> <secondFile>
Options:
-h --help Show this screen
-v --version Show version
--format <fmt> Report format [default: stylish]
-f --format <fmt> Report format [default: stylish]
DOC;

$args = Docopt::handle($doc, array('version' => $about));
Expand Down

0 comments on commit cc1484d

Please sign in to comment.