Skip to content

Commit 649b2c8

Browse files
authored
fix env variable name in static_help (#706)
1 parent a44adf5 commit 649b2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp_devtools/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def serve(path: str, livereload: bool, port: int, verbose: bool, browser_cache:
4646
browser_cache=browser_cache))
4747

4848

49-
static_help = "Path of static files to serve, if excluded static files aren't served. env variable: AIO_STATIC_STATIC"
49+
static_help = "Path of static files to serve, if excluded static files aren't served. env variable: AIO_STATIC_PATH"
5050
root_help = ('Root directory project used to qualify other paths. '
5151
'This can be used to watch a parent directory for changes in a more complex application. '
5252
'env variable: AIO_ROOT')

0 commit comments

Comments
 (0)