]> xenbits.xensource.com Git - xen.git/commit
xl: output illegal option character
authorAndre Przywara <andre.przywara@amd.com>
Tue, 1 Feb 2011 19:05:51 +0000 (19:05 +0000)
committerAndre Przywara <andre.przywara@amd.com>
Tue, 1 Feb 2011 19:05:51 +0000 (19:05 +0000)
commitd0efbe17da29fd6cd1216ad70db3dcead3e3b8ff
tree7e60cb1aa65e920fbd50b9e985aff111284c612c
parentc0802cf15815bcdcaf97a1bb0be5ca4cf5f10f5b
xl: output illegal option character

Though illegal characters on xl command lines are catched, the user
isn't currently informed which one was not right.
This patch fixes this by printing the faulting character.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl_cmdimpl.c