diff --git a/docs/docs/ui/configuration.mdx b/docs/docs/ui/configuration.mdx index 875df9e..fb36b69 100644 --- a/docs/docs/ui/configuration.mdx +++ b/docs/docs/ui/configuration.mdx @@ -23,10 +23,10 @@ $ hyperglass build-ui ✅ Completed UI build in production mode ``` -Or with the `--build-ui` CLI flag on startup: +Or with the `--build` CLI flag on startup: ```shell-session -$ hyperglass start --build-ui +$ hyperglass start --build ``` The UI build will run automatically any time the hyperglass configuration or version changes.