From ce02296f4fa540741f9146a608466b47bcab4104 Mon Sep 17 00:00:00 2001 From: Broda Noel Date: Sun, 22 Jul 2018 00:17:04 -0300 Subject: [PATCH] Add --requestCountLimit in basic example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af6621f..f1b05ac 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This downloaded json file contains the proper credentials needed for __firestore Example: ```sh -firestore-backup --accountCredentials path/to/credentials/file.json --backupPath /backups/myDatabase +firestore-backup --accountCredentials path/to/credentials/file.json --backupPath /backups/myDatabase --requestCountLimit 50 ``` ### Backup with pretty printing: