From e34c7e45c8ba9c8fcfd2b6ede7969eda93998844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BCger?= Date: Mon, 12 Feb 2024 16:21:22 +0100 Subject: [PATCH] Update nikola/plugins/command/auto/__init__.py as suggested. This commit will be squashed soon. Co-authored-by: Chris Warrick --- nikola/plugins/command/auto/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nikola/plugins/command/auto/__init__.py b/nikola/plugins/command/auto/__init__.py index d3f95492f..529490337 100644 --- a/nikola/plugins/command/auto/__init__.py +++ b/nikola/plugins/command/auto/__init__.py @@ -170,7 +170,7 @@ class CommandAuto(Command): 'long': 'poll', 'default': False, 'type': bool, - 'help': 'Use polling to notice changes behind symbolic links.' + 'help': 'Use polling to notice changes behind symbolic links. May negatively affect performance.' } ]