diff options
-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). |