diff mbox series

tmpdir: update help text of CONFIG_NOCLEANUP

Message ID 20170920083056.24228-1-christian.storm@siemens.com
State Accepted
Headers show
Series tmpdir: update help text of CONFIG_NOCLEANUP | expand

Commit Message

Storm, Christian Sept. 20, 2017, 8:30 a.m. UTC
Signed-off-by: Christian Storm <christian.storm@siemens.com>
---
 Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Stefano Babic Sept. 20, 2017, 11:22 a.m. UTC | #1
On 20/09/2017 10:30, Christian Storm wrote:
> Signed-off-by: Christian Storm <christian.storm@siemens.com>
> ---
>  Kconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Kconfig b/Kconfig
> index 77ad6bf..c6dde7f 100644
> --- a/Kconfig
> +++ b/Kconfig
> @@ -261,10 +261,10 @@ config NOCLEANUP
>  	bool "Do not remove temporary files after execution"
>  	default n
>  	help
> -	  After each run, temporary files are removed from
> -	  /tmp to restart in a clean state. For debugging purpose,
> -	  it helps to check the consistency of the file extracted
> -	  by swupdate.
> +	  After each run, temporary files are removed from the directory
> +	  pointed to by the environment variable TMPDIR (/tmp as fallback
> +	  if unset) to restart in a clean state. For debugging purposes, it
> +	  helps to check the consistency of the files extracted by SWUpdate.
>  	  For production, answer N.
>  
>  endmenu
> 

Reviewed-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/Kconfig b/Kconfig
index 77ad6bf..c6dde7f 100644
--- a/Kconfig
+++ b/Kconfig
@@ -261,10 +261,10 @@  config NOCLEANUP
 	bool "Do not remove temporary files after execution"
 	default n
 	help
-	  After each run, temporary files are removed from
-	  /tmp to restart in a clean state. For debugging purpose,
-	  it helps to check the consistency of the file extracted
-	  by swupdate.
+	  After each run, temporary files are removed from the directory
+	  pointed to by the environment variable TMPDIR (/tmp as fallback
+	  if unset) to restart in a clean state. For debugging purposes, it
+	  helps to check the consistency of the files extracted by SWUpdate.
 	  For production, answer N.
 
 endmenu