aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGiuliano Procida <gprocida@google.com>2023-11-16 07:21:56 +0000
committerGiuliano Procida <gprocida@google.com>2023-11-20 12:58:41 +0000
commite464e3e1f310d835b9ba6f29d758fdbe8d2ec7e2 (patch)
tree4ff3ae4f18617960e8ec5fb5a5d86b32466c3e92 /doc
parent7a2d42e285afa5ebde6927929d70bf194f6c9eac (diff)
downloadstg-e464e3e1f310d835b9ba6f29d758fdbe8d2ec7e2.tar.gz
remove stg --info option
This no longer did anything useful. PiperOrigin-RevId: 582923427 Change-Id: Ic0d460eaeda186abe85a79bc74cf5276fc1cb264
Diffstat (limited to 'doc')
-rw-r--r--doc/stg.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/stg.md b/doc/stg.md
index 0fc8af8..30c738b 100644
--- a/doc/stg.md
+++ b/doc/stg.md
@@ -8,7 +8,6 @@ BTF and ELF/DWARF.
```
stg
[-m|--metrics]
- [-i|--info]
[-d|--keep-duplicates]
[-t|--types]
[-F|--files|--file-filter <filter>]
@@ -163,13 +162,3 @@ nodes that are recursively equal. By default, duplicate nodes are eliminated.
* `-m|--metrics`
Print various internal timing and other metrics.
-
-* `-i|--info` - **deprecated**
-
- This causes the BTF and ELF parsers to dump information to stdout about the
- entities processed. This is primarily useful for debugging. In the case of
- BTF input, the output is intended to match the output of `bpftool btf dump
- file "$file" format raw`.
-
- This option will be removed as there is no use-case beyond the initial
- debugging of STG's parsers.