Skip to content

Commit 2a2fd08

Browse files
committed
Use same build ID retrieval mechanism as the agent
1 parent 2aed700 commit 2a2fd08

File tree

4 files changed

+412
-414
lines changed

4 files changed

+412
-414
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ Flags:
1111

1212
[embedmd]:# (dist/help.txt)
1313
```txt
14-
Usage: parca-debuginfo <command>
14+
Usage: parca-debuginfo <command> [flags]
1515
1616
Flags:
1717
-h, --help Show context-sensitive help.
1818
--log-level="info" Log level.
1919
2020
Commands:
21-
upload --store-address=STRING <path> ...
21+
upload --store-address=STRING <path> [flags]
2222
Upload debug information files.
2323
24-
extract <path> ...
24+
extract <path> ... [flags]
2525
Extract debug information.
2626
27-
buildid <path>
27+
buildid <path> [flags]
2828
Extract buildid.
2929
30-
source <debuginfo-path> [<out-path>]
30+
source <debuginfo-path> [<out-path>] [flags]
3131
Build a source archive by discovering files from a given debuginfo file.
3232
3333
Run "parca-debuginfo <command> --help" for more information on a command.

0 commit comments

Comments
 (0)