mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 20:36:06 +00:00
[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:
parent
3e2bd82f02
commit
3afa2151f8
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user