Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Dec 31, 2018
1 parent 556104a commit fce40a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reference/commands/unix-and-linux-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@ gpg --delete-secret-key "some user Name"
gpg -e -u "some user name, use this sender's key to encypt" -r "other user name, use this receiver's public key to decypt" <some-file>
gpg -d <some-file.gpg> > <output-file-name> # redirect to a file
gpd -o <output-file-name> -d <some-file.gpg> # -o must proceed -d
gpg -o <output-file-name> -d <some-file.gpg> # -o must proceed -d
```
Use `gpg` with git
Expand Down

0 comments on commit fce40a7

Please sign in to comment.