File tree Expand file tree Collapse file tree 4 files changed +412
-414
lines changed
Expand file tree Collapse file tree 4 files changed +412
-414
lines changed Original file line number Diff line number Diff 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
1616Flags:
1717 -h, --help Show context-sensitive help.
1818 --log-level="info" Log level.
1919
2020Commands:
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
3333Run "parca-debuginfo <command> --help" for more information on a command.
You can’t perform that action at this time.
0 commit comments