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:
parent
fe4bb95f85
commit
f93d659375
2
main.c
2
main.c
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue