From 2e8758d8c4aef20ae1f3fd3bb7172363a93e8136 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 8 May 2015 11:08:10 -0400 Subject: [PATCH] fixed docs on the meaning of -H sudo arg fixes #7418 --- docsite/rst/intro_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index 368013d7f1a..2ff53c22485 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -524,7 +524,7 @@ the sudo implementation is matching CLI flags with the standard sudo:: sudo_flags ========== -Additional flags to pass to sudo when engaging sudo support. The default is '-H' which preserves the environment +Additional flags to pass to sudo when engaging sudo support. The default is '-H' which preserves the $HOME environment variable of the original user. In some situations you may wish to add or remove flags, but in general most users will not need to change this setting::