From 99b15d0f0512a88f8151ccd7d7cd3c5c2a4d88f1 Mon Sep 17 00:00:00 2001 From: TheDiscordian Date: Wed, 9 Jun 2021 14:12:21 -0400 Subject: [PATCH] Update readme for new timeout param --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5dd4c5f..47f441d 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Usage of ipfs-sync: ignore anything prefixed with "." -sync duration time to sleep between IPNS syncs (ex: 120s) (default 10s) + -timeout version + longest time to wait for API calls like version and `files/mkdir` (ex: 60s) (default 30s) -v display verbose output -version display version and exit