Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/netpgpkeys Typo in usage...



details:   https://anonhg.NetBSD.org/src/rev/b00c7ca0d567
branches:  trunk
changeset: 758300:b00c7ca0d567
user:      stacktic <stacktic%NetBSD.org@localhost>
date:      Sun Oct 31 20:05:04 2010 +0000

description:
Typo in usage --export-keys -> --export-key

diffstat:

 crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 21e683cd563b -r b00c7ca0d567 crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.c
--- a/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.c       Sun Oct 31 19:45:53 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.c       Sun Oct 31 20:05:04 2010 +0000
@@ -53,7 +53,7 @@
 
 static const char *usage =
        " --help OR\n"
-       "\t--export-keys [options] OR\n"
+       "\t--export-key [options] OR\n"
        "\t--find-key [options] OR\n"
        "\t--generate-key [options] OR\n"
        "\t--import-key [options] OR\n"



Home | Main Index | Thread Index | Old Index