aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd/web.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cmd/web.go')
-rw-r--r--internal/cmd/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmd/web.go b/internal/cmd/web.go
index 6a61f54a..306a4439 100644
--- a/internal/cmd/web.go
+++ b/internal/cmd/web.go
@@ -53,7 +53,7 @@ and it takes care of all the other things for you`,
Action: runWeb,
Flags: []cli.Flag{
stringFlag("port, p", "3000", "Temporary port number to prevent conflict"),
- stringFlag("config, c", "custom/conf/app.ini", "Custom configuration file path"),
+ stringFlag("config, c", "", "Custom configuration file path"),
},
}