From: djm Date: Wed, 5 Jan 2022 21:50:00 +0000 (+0000) Subject: fix cut-and-pasto in error message X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a0825194acdcbe3469064cd4530aef15458de496;p=openbsd fix cut-and-pasto in error message --- diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c index c7ef19742a7..6398ccbe7e7 100644 --- a/usr.bin/ssh/ssh-keygen.c +++ b/usr.bin/ssh/ssh-keygen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keygen.c,v 1.445 2022/01/05 04:50:11 djm Exp $ */ +/* $OpenBSD: ssh-keygen.c,v 1.446 2022/01/05 21:50:00 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1994 Tatu Ylonen , Espoo, Finland @@ -3522,7 +3522,7 @@ main(int argc, char **argv) if (cert_principals == NULL || *cert_principals == '\0') { error("Too few arguments for verify: " - "missing namespace"); + "missing principal"); exit(1); } if (ca_key_path == NULL) {