From 92d4a020011565d766153cbf85210157c33c541c Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 13 Apr 2001 04:44:37 +0000 Subject: - stevesk@cvs.openbsd.org 2001/04/13 01:26:17 [ssh.c] missing \n in error message --- ssh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssh.c') diff --git a/ssh.c b/ssh.c index eda443751..68ce17177 100644 --- a/ssh.c +++ b/ssh.c @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.113 2001/04/12 20:09:37 stevesk Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.114 2001/04/13 01:26:17 stevesk Exp $"); #include #include @@ -544,7 +544,7 @@ main(int ac, char **av) /* No command specified - execute shell on a tty. */ tty_flag = 1; if (subsystem_flag) { - fprintf(stderr, "You must specify a subsystem to invoke."); + fprintf(stderr, "You must specify a subsystem to invoke.\n"); usage(); } } else { -- cgit v1.2.3