diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-31 20:15:26 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-31 20:15:26 +0000 |
commit | c1b6dd453998806456231eb0dd0a8d9dc59b71da (patch) | |
tree | c830c80ecfbe4a35e20046f236f8d0c537ada42e /lib/libkeynote/keynote-main.c | |
parent | 5b9b4546172d8ee78fb8946941ec6e490a67d76a (diff) |
Clarify usage message.
Diffstat (limited to 'lib/libkeynote/keynote-main.c')
-rw-r--r-- | lib/libkeynote/keynote-main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libkeynote/keynote-main.c b/lib/libkeynote/keynote-main.c index 65127e338c4..bc91a3c8ac7 100644 --- a/lib/libkeynote/keynote-main.c +++ b/lib/libkeynote/keynote-main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: keynote-main.c,v 1.4 1999/05/31 20:09:59 angelos Exp $ */ +/* $OpenBSD: keynote-main.c,v 1.5 1999/05/31 20:15:25 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -44,6 +44,8 @@ mainusage() fprintf(stderr, "\tsigver ...\n"); fprintf(stderr, "\tverify ...\n"); fprintf(stderr, "\tkeygen ...\n"); + fprintf(stderr, "Issue one of the commands by itself to get more help, " + "e.g., keynote sign\n"); } #ifdef WIN32 |