This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by oontvoo on Aug 31 2021, 12:57 PM.

Details

Summary

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.

Diff Detail

Event Timeline

oontvoo created this revision.Aug 31 2021, 12:57 PM
oontvoo requested review of this revision.Aug 31 2021, 12:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2021, 12:57 PM
MaskRay accepted this revision.Aug 31 2021, 2:44 PM

LGTM.

This revision is now accepted and ready to land.Aug 31 2021, 2:44 PM
This revision was landed with ongoing or failed builds.Aug 31 2021, 2:48 PM
This revision was automatically updated to reflect the committed changes.