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:18:39 +0200 |
commit | 1399dc5cf6e5bf1a88cab91c21b2f10ab4be754b (patch) | |
tree | dc3bc6d4328c9f3dc17fc1988e8143bfb627dbae /cli | |
parent | 5827d41f6f7ca96eda7ffa91a375217bda0bb4dd (diff) |
Be consistent gpg2 vs. gpg.
Diffstat (limited to 'cli')
-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). |