diff --git a/web/web.go b/web/web.go index 050367257..e3672a707 100644 --- a/web/web.go +++ b/web/web.go @@ -27,7 +27,7 @@ import ( // Commandline flags. var ( listenAddress = flag.String("listenAddress", ":9090", "Address to listen on for web interface.") - useLocalAssets = flag.Bool("localAssets", false, "Read assets/templates from file instead of binary.") + useLocalAssets = flag.Bool("useLocalAssets", false, "Read assets/templates from file instead of binary.") ) func StartServing(appState *appstate.ApplicationState) {