Cosmetic, don't output a preceding linefeed for usage().

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@46 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean 2001-01-22 02:12:12 +00:00
parent 7d7ce8cb11
commit 2c64c80778
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ char progbuf[PATH_MAX]; /* temporary buffer of spaces the same
void usage ( void )
{
fprintf(stderr,
"\nUsage: %s -p partno [-e] [-E exitspec[,exitspec]] [-f format] [-F]\n"
"Usage: %s -p partno [-e] [-E exitspec[,exitspec]] [-f format] [-F]\n"
" %s[-i filename] [-m memtype] [-o filename] [-P parallel] [-t]\n\n",
progname, progbuf);