aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2046948..46faabc 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,8 @@ podman run -v c:\source:/host:ro -v watchdata:/data sourcewatch
```
-host string Host source directory (default "/host")
-data string Data destination directory (default "/data")
--verbose Enable verbose logging
+-verbose Enable verbose logging (shorthand for -log-level debug)
+-log-level string Log level: debug, info, warn, error, none (default "info")
-dry-run Preview what would be synced without copying
```