diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-03-29 21:15:11 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-03-29 21:22:27 +0200 |
commit | 38f4b35a4c79f2fe73148bdb837d998809888542 (patch) | |
tree | dc37e3d40f88e21a590a08f8f2b2a55f501dfeae | |
parent | ef9796ededd0b0d3ff56088a74d812e18605f09e (diff) |
Be consistent gpg2 vs. gpg.
-rw-r--r-- | cli/icevault.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/icevault.1 b/cli/icevault.1 index 299e591..bd58cdf 100644 --- a/cli/icevault.1 +++ b/cli/icevault.1 @@ -99,7 +99,7 @@ It is recommended to initialize the repository as follows: \fBicevault git\fR add .gitattributes \fBicevault git\fR commit \-m 'Add Git attributes for .gpg binary files.' \fBicevault git\fR config diff.gpg.binary true - \fBicevault git\fR config diff.gpg.textconv 'gpg2 \-o \- \-\-decrypt' + \fBicevault git\fR config diff.gpg.textconv 'gpg \-o \- \-\-decrypt' The textconv config option enable on-the-fly decryption prior to Git operations such as \fIdiff\fR or \fIgrep\fR, see \fIgitattributes\fR(5). |