From 31458ca38d29ff1dace56b23d9fdf25d1f09b827 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 13 Dec 2022 20:11:43 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index acee6f0..87226eb 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,9 @@ the netgraph. Use the `--netgraph_dyn_display` option to enable this. (This only works when dynamic netgraph is enabled with `--netgraph_max_bytes=dynamic`.) +The size of the netgraph is 10 characters by default, but this can be changed by +using `--netgraph_size=`. + ## Dependencies Uses [`serde_json`](https://crates.io/crates/serde_json),