[llvm-bugs] [Bug 42943] New: CommandLine error prints too many spaces
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Aug 9 06:36:46 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42943
Bug ID: 42943
Summary: CommandLine error prints too many spaces
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Support Libraries
Assignee: unassignedbugs at nondot.org
Reporter: jh7370.2008 at my.bristol.ac.uk
CC: llvm-bugs at lists.llvm.org
Here's an example invalid enum specified to the llvm-strings tool:
c:\llvm\build\debug\bin\llvm-strings.exe --radix z -
The error printed is:
llvm-strings.exe: for the --radix option: Cannot find option named 'z'!
Note the triple space before the option name. There should be only one.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190809/1b9d3a75/attachment.html>
More information about the llvm-bugs
mailing list