From 4c09783723ccf7fa7a9d519ebc6ec574a69e065a Mon Sep 17 00:00:00 2001
From: Johannes Rudolph <johannes.rudolph@gmx.com>
Date: Thu, 26 May 2016 16:46:32 +0200
Subject: [PATCH] docs: autoupdater's fallback option (#786)

---
 docs/features/autoupdater.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/features/autoupdater.rst b/docs/features/autoupdater.rst
index 873f6097d..8c4ca73fd 100644
--- a/docs/features/autoupdater.rst
+++ b/docs/features/autoupdater.rst
@@ -70,5 +70,11 @@ These commands can be used on a node:
 
    # Force update check, even when the updater is disabled
    autoupdater -f
+   
+::
+
+   # If fallback is true the updater will perform an update only if 
+   # the timespan given by the priority and another 24h have passed
+   autoupdater --fallback
 
 
-- 
GitLab