Skip to content

Commit

Permalink
Update docstring for parity with current external docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdq committed Aug 12, 2019
1 parent acf5871 commit 14f91c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfca.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def verify(binary):
try:
binary = Path(binary).resolve(strict=True)
except FileNotFoundError:
click.secho(f'Binary not found! Check name or run "pdfca.py init".',
click.secho(f'Binary not found! Check name or run "pdfca init".',
fg='bright_red')
sys.exit()

Expand Down

0 comments on commit 14f91c2

Please sign in to comment.