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

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

2
main.c
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);