codesign: remove direct 2nd person usage

This commit is contained in:
Agniva De Sarker
2017-10-16 01:41:43 +05:30
committed by GitHub
parent aac8ed5e6d
commit 797b45b8b7

View File

@@ -2,7 +2,7 @@
> Create and manipulate code signatures for macOS.
- Sign an application with your certificate:
- Sign an application with a certificate:
`codesign -s {{"My Company Name"}} {{/path/to/App.app}}`