<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - CommandLine errors do not print original name used"
   href="https://bugs.llvm.org/show_bug.cgi?id=42945">42945</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>CommandLine errors do not print original name used
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Support Libraries
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jh7370.2008@my.bristol.ac.uk
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When there is a problem with an alias option used on the command-line, the
error printed can (will?) print the aliased option name, not the version on the
command-line. In some cases this is fine, but it can get confusing if the
command-line is long, or a user is unfamiliar with the alias to original
mapping. For example:

C:\Work> llvm-strings -t z C:\Work\TempWork\test.o
llvm-strings.exe: for the   --radix option: Cannot find option named 'z'!

Note that --radix is printed and not -t. (Aside: the incorrect spacing has been
reported as <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - CommandLine error prints too many spaces"
   href="show_bug.cgi?id=42943">bug 42943</a>).</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>