1
0
Fork 0
mirror of synced 2024-04-26 08:32:33 +12:00

Merge pull request #24 from ftheile/patch-1

Use `--homedir` consistently
This commit is contained in:
Konstantin Ryabitsev 2017-12-15 13:53:54 -05:00 committed by GitHub
commit e836303976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -904,7 +904,7 @@ directory location).
After you make any changes to your key using the offline storage, you will After you make any changes to your key using the offline storage, you will
want to import these changes back into your regular working directory: want to import these changes back into your regular working directory:
$ gpg --export | gpg --home ~/.gnupg --import $ gpg --export | gpg --homedir ~/.gnupg --import
$ unset GNUPGHOME $ unset GNUPGHOME
#### Extending key expiration date #### Extending key expiration date