1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 09:15:31 +02:00

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}}`