From af98f731427da6ed1f6b5ea6b55d67333a0931d9 Mon Sep 17 00:00:00 2001 From: Carlos Hernandez Date: Sat, 23 Sep 2017 20:26:35 -0600 Subject: [PATCH] Document "-u" option for hide command --- man/man1/git-secret-hide.1 | 1 + man/man1/git-secret-hide.1.ronn | 1 + 2 files changed, 2 insertions(+) diff --git a/man/man1/git-secret-hide.1 b/man/man1/git-secret-hide.1 index 8e2764e5..1a50edf7 100644 --- a/man/man1/git-secret-hide.1 +++ b/man/man1/git-secret-hide.1 @@ -27,6 +27,7 @@ It is possible to modify the names of the encrypted files by setting \fBSECRETS_ \-v \- verbose, shows extra information\. \-c \- deletes encrypted files before creating new ones\. \-d \- deletes unencrypted files after encryption\. +\-u \- updates/adds hash of unecrypted files to path mappings, (encrypts files on change only)\. \-h \- shows help\. . .fi diff --git a/man/man1/git-secret-hide.1.ronn b/man/man1/git-secret-hide.1.ronn index a4bf455f..3723aa43 100644 --- a/man/man1/git-secret-hide.1.ronn +++ b/man/man1/git-secret-hide.1.ronn @@ -17,6 +17,7 @@ It is possible to modify the names of the encrypted files by setting `SECRETS_EX -v - verbose, shows extra information. -c - deletes encrypted files before creating new ones. -d - deletes unencrypted files after encryption. + -u - updates/adds hash of unecrypted files to path mappings (encrypts files only on change). -h - shows help.