From: Peter Palfrader Date: Sun, 17 Jul 2011 07:50:49 +0000 (+0200) Subject: fix prompts X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cc41f930e1082adb0ad25b29bf079ea08a26a4f;p=pwstore fix prompts --- diff --git a/README.asciidoc b/README.asciidoc index b346b11..ce736f3 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -20,8 +20,7 @@ and Lines starting with a # are comments and thus get ignored. -------------------------------- -cat .users - +% cat .users # This file needs to be gpg signed by a key whose fingerprint # is listed in ~/.pws-trusted-users @@ -48,8 +47,7 @@ This whitelist lives in ~/.pws-trusted-users, and simply takes one key fingerprint per line: --------------------------------- -# cat ~/.pws-trusted-users - +% cat ~/.pws-trusted-users #formorer 6E3966C1E1D15DB973D05B491E45F8CA9DE23B16 ---------------------------------