]> andersk Git - openssh.git/commitdiff
- mk@cvs.openbsd.org 2006/05/30 11:46:38
authordjm <djm>
Tue, 13 Jun 2006 03:03:34 +0000 (03:03 +0000)
committerdjm <djm>
Tue, 13 Jun 2006 03:03:34 +0000 (03:03 +0000)
     [ssh-add.c]
     Sync usage() with man page and reality.
     ok deraadt dtucker

ChangeLog
ssh-add.c

index 2d5c2ec58469f04260765ea9970a6d850e22b173..cc6b478da0121355f65f91ad1cbbb0417f17bf94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - jmc@cvs.openbsd.org 2006/05/29 16:13:23
      [ssh.1]
      add GSSAPI to the list of authentication methods supported;
+   - mk@cvs.openbsd.org 2006/05/30 11:46:38
+     [ssh-add.c]
+     Sync usage() with man page and reality.
+     ok deraadt dtucker
 
 20060521
  - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor
index ff85af0312bf50cb1183a5bd61010b0a85fd0fe2..836cb5f9caba3dd56151a12912b1b07d6c0eb8c6 100644 (file)
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-add.c,v 1.79 2006/03/25 13:17:02 djm Exp $ */
+/* $OpenBSD: ssh-add.c,v 1.80 2006/05/30 11:46:38 mk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -299,7 +299,7 @@ do_file(AuthenticationConnection *ac, int deleting, char *file)
 static void
 usage(void)
 {
-       fprintf(stderr, "Usage: %s [options]\n", __progname);
+       fprintf(stderr, "Usage: %s [options] [file ...]\n", __progname);
        fprintf(stderr, "Options:\n");
        fprintf(stderr, "  -l          List fingerprints of all identities.\n");
        fprintf(stderr, "  -L          List public key parameters of all identities.\n");
This page took 0.045258 seconds and 5 git commands to generate.