[llvm-ar][nfc] Reword help message to be less ambiguous on what p and t do.

The current help msg isn't super clear on whether t prints the content of the files or just the list of files.
(I'd certainly thought it'd print the list of files, and accidentally had a bunch of "gargabe" printed to my terminal).
Similarly, t sounded like it'd do what p actually did.

Differential Revision: https://reviews.llvm.org/D109018
This commit is contained in:
Vy Nguyen 2021-08-31 15:52:17 -04:00
parent 3e2bd82f02
commit 3afa2151f8

View File

@ -96,11 +96,11 @@ OPTIONS:
OPERATIONS:
d - delete [files] from the archive
m - move [files] in the archive
p - print [files] found in the archive
p - print contents of [files] found in the archive
q - quick append [files] to the archive
r - replace or insert [files] into the archive
s - act as ranlib
t - display contents of archive
t - display list of files in archive
x - extract [files] from the archive
MODIFIERS: