From 7e46187d752d3399c0c71becccac3048eaa0400c Mon Sep 17 00:00:00 2001 From: kitt Date: Wed, 1 Mar 2023 09:08:02 -0500 Subject: [PATCH] add mongodb to help message --- s3si.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3si.ts b/s3si.ts index f904804..b49e85a 100644 --- a/s3si.ts +++ b/s3si.ts @@ -28,7 +28,7 @@ Options: --profile-path , -p Path to config file (default: ./profile.json) --exporter , -e Exporter list to use (default: stat.ink) Multiple exporters can be separated by commas - (e.g. "stat.ink,file") + (e.g. "stat.ink,file,mongodb") --no-progress, -n Disable progress bar --monitor, -m Monitor mode --skip-mode , -s Skip mode (default: null)