diff --git a/Useful-console-command-examples.md b/Useful-console-command-examples.md index 29d4282..1923aba 100644 --- a/Useful-console-command-examples.md +++ b/Useful-console-command-examples.md @@ -141,11 +141,11 @@ Note: `log unmask` with no arguments *unmutes all* facilities. ## fed Federation related. -### `fed event ` -Show the state of an event according to federation. +### `fed event [eval|raw]` +Federation query to `host` for event with result pretty-printed in console. Use "raw" argument to display actual string received from host; or use "eval" argument to process the event. -### `fed state eval` -Re-fetch room states through federation +### `fed state [event_id] [eval]` +Federation query to `host` for the state of `room` at `event_id`. Optionally the "eval" argument will process the state as well (note this is for diagnostic purposes and may evaluate the state slower than normal methods). ***