Make the -U parser tolerate colons in filenames.

Document the change, including changing one of the texinfo examples
to use a Windows-like filename that contains a space (and thus
requires quoting).

This fixes bug #6764.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@386 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch
2003-11-26 22:05:02 +00:00
parent d1f15ade2c
commit 9dd5e43b20
3 changed files with 49 additions and 41 deletions

View File

@@ -19,7 +19,7 @@
.\"
.\" $Id$
.\"
.Dd DATE July 24, 2003
.Dd DATE November 26, 2003
.Os
.Dt AVRDUDE 1
.Sh NAME
@@ -387,6 +387,13 @@ field is optional and contains the format of the file to read or
write. See the
.Fl f
option for possible values.
Note that if
.Ar filename
contains a colon, the
.Ar format
field is no longer optional since the filename part following the colon
would otherwise be misinterpreted as
.Ar format .
.It Fl v
Enable verbose output.
.It Fl V