From e894ad4ab05db9789af720653765dd6f0863c8c0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 17 Jun 2017 11:04:31 +0200 Subject: [PATCH] Improve :set --temp docs --- qutebrowser/config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/config.py b/qutebrowser/config/config.py index e03a78b40..26baa88ed 100644 --- a/qutebrowser/config/config.py +++ b/qutebrowser/config/config.py @@ -157,7 +157,7 @@ class ConfigCommands: Args: option: The name of the option. values: The value to set, or the values to cycle through. - temp: Set value temporarily. + temp: Set value temporarily until qutebrowser is closed. print_: Print the value after setting. """ # FIXME:conf write to YAML if temp isn't used!