summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2018-12-14 09:32:02 +0100
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2018-12-14 09:32:02 +0100
commit0077d9418ba8ce540046506d3db523e9c5cfd3d8 (patch)
tree7ba5f27c7affef352f28713aca0c509c2c13f304
parente954a169df7ac3d217c67f1ae8fc47779765aeef (diff)
downloadpengutronix-archive-keyring-0077d9418ba8ce540046506d3db523e9c5cfd3d8.tar.gz
pengutronix-archive-keyring-0077d9418ba8ce540046506d3db523e9c5cfd3d8.tar.xz
README.md: some small fixes for the 2019 edition
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fa0d0bb..51d89a0 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,11 @@
If you need to copy the new key to another machine, the following works fine today:
- $ gpg --pinentry-mode loopback --export-secret-keys $gpgid > /tmp/$gpgid
+ $ gpg --pinentry-mode loopback --export-secret-keys $gpgid > /tmp/$gpgid
$ scp /tmp/$gpgid $othermachine:/tmp
$ ssh othermachine
othermachine$ gpg-agent
- othermachine$ gpg import < /tmp/$gpgid
+ othermachine$ gpg --import < /tmp/$gpgid
### put new key in pengutronix-archive-keyring