nu: fix log-level command instructions (#9812)

This commit is contained in:
Jordan Chalupka
2023-02-01 03:12:10 -05:00
committed by GitHub
parent c2a53ce67e
commit d47aa9047a

View File

@@ -18,4 +18,4 @@
- Execute a specific script with logging: - Execute a specific script with logging:
`nu --loglevel {{error|warn|info|debug|trace}} {{path/to/script.nu}}` `nu --log-level {{error|warn|info|debug|trace}} {{path/to/script.nu}}`