File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -538,7 +538,8 @@ flush_credentials() {
538
538
539
539
if [[ $interactive ]]; then
540
540
printf ' You are about to flush the local credentials; make sure you have saved them elsewhere.\n'
541
- printf ' All previously decrypted files will revert to their encrypted form.\n\n'
541
+ printf ' All previously decrypted files will revert to their encrypted form, and your\n'
542
+ printf ' repo will be garbage collected to remove any cached plaintext of secret files.\n\n'
542
543
printf ' Proceed with credential flush? [y/N] '
543
544
read -r answer
544
545
printf ' \n'
@@ -568,7 +569,8 @@ uninstall_transcrypt() {
568
569
569
570
if [[ $interactive ]]; then
570
571
printf ' You are about to remove all transcrypt configuration from your repository.\n'
571
- printf ' All previously encrypted files will remain decrypted in this working copy.\n\n'
572
+ printf ' All previously encrypted files will remain decrypted in this working copy, but your\n'
573
+ printf ' repo will be garbage collected to remove any cached plaintext of secret files.\n\n'
572
574
printf ' Proceed with uninstall? [y/N] '
573
575
read -r answer
574
576
printf ' \n'
You can’t perform that action at this time.
0 commit comments