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:
parent
7d7ce8cb11
commit
2c64c80778
|
@ -82,7 +82,7 @@ char progbuf[PATH_MAX]; /* temporary buffer of spaces the same
|
||||||
void usage ( void )
|
void usage ( void )
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
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",
|
" %s[-i filename] [-m memtype] [-o filename] [-P parallel] [-t]\n\n",
|
||||||
progname, progbuf);
|
progname, progbuf);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue