From 528e150e538ca100bb458915320b6838623822ea Mon Sep 17 00:00:00 2001 From: ZZ Date: Mon, 5 Sep 2022 08:29:02 +0000 Subject: [PATCH] Update graffiti.md (#3537) fix typo --- book/src/graffiti.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/src/graffiti.md b/book/src/graffiti.md index d657c9229c..75c2a86dd5 100644 --- a/book/src/graffiti.md +++ b/book/src/graffiti.md @@ -49,10 +49,12 @@ Below is an example of the validator_definitions.yml with validator specific gra ### 3. Using the "--graffiti" flag on the validator client Users can specify a common graffiti for all their validators using the `--graffiti` flag on the validator client. +Usage: `lighthouse vc --graffiti example` + ### 4. Using the "--graffiti" flag on the beacon node Users can also specify a common graffiti using the `--graffiti` flag on the beacon node as a common graffiti for all validators. -Usage: `lighthouse vc --graffiti fortytwo` +Usage: `lighthouse bn --graffiti fortytwo` > Note: The order of preference for loading the graffiti is as follows: > 1. Read from `--graffiti-file` if provided.