From 797b45b8b71b49881da2c59833efefdb76ed2aae Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Mon, 16 Oct 2017 01:41:43 +0530 Subject: [PATCH] codesign: remove direct 2nd person usage --- pages/osx/codesign.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/osx/codesign.md b/pages/osx/codesign.md index 20c73a176a..16d34f33ed 100644 --- a/pages/osx/codesign.md +++ b/pages/osx/codesign.md @@ -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}}`