This is an archive of the discontinued LLVM Phabricator instance.

[dexp] NFC: Change positional argument format
ClosedPublic

Authored by kbobyrev on Apr 14 2020, 1:07 AM.

Details

Summary

Before:

USAGE: dexp [options] --index-path Path to the index

After:

USAGE: dexp [options] <INDEX FILE>

Diff Detail

Event Timeline

kbobyrev created this revision.Apr 14 2020, 1:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2020, 1:07 AM
kbobyrev updated this revision to Diff 257224.Apr 14 2020, 1:14 AM

%s/PATH TO INDEX/INDEX FILE/g for clarity

kbobyrev edited the summary of this revision. (Show Details)Apr 14 2020, 1:14 AM
sammccall accepted this revision.Apr 14 2020, 7:16 AM
This revision is now accepted and ready to land.Apr 14 2020, 7:16 AM
This revision was automatically updated to reflect the committed changes.