From: cgf Date: Fri, 23 Aug 2002 15:46:00 +0000 (+0000) Subject: output some newlines. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ce076d3e7f8f78489fc4e8235a54ab626e7d0b0d;p=pf3gnuchains%2Fpf3gnuchains3x.git output some newlines. --- diff --git a/winsup/utils/cygpath.cc b/winsup/utils/cygpath.cc index 04d848752c..cbfec3b58d 100644 --- a/winsup/utils/cygpath.cc +++ b/winsup/utils/cygpath.cc @@ -92,11 +92,11 @@ Other options:\n\ -c, --close HANDLE close HANDLE (for use in captured process)\n\ -i, --ignore ignore missing argument\n\ -h, --help output usage information and exit\n\ - -v, --version output version information and exit\ + -v, --version output version information and exit\n\ "); } else - fprintf(stream, "Try `%s --help' for more information.", prog_name); + fprintf(stream, "Try `%s --help' for more information.\n", prog_name); exit (ignore_flag ? 0 : status); }