From 36fa7e7e3af20427a3b60636ed17ec3d831a5531 Mon Sep 17 00:00:00 2001 From: Peter Senna Tschudin <peter.senna@collabora.com> Date: Mon, 10 Jun 2019 13:52:37 +0200 Subject: [PATCH] Update message for psdk -s Previous message was confusing as if -s would overwrite the configuration file found on the persistent storage. This patch improves the message. Signed-off-by: Peter Senna Tschudin <peter.senna@collabora.com> --- tools/psdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/psdk b/tools/psdk index 6fdf631..05a9475 100755 --- a/tools/psdk +++ b/tools/psdk @@ -420,7 +420,7 @@ def persistent_to_conf(persistent_conf_file): command = ["sudo", "ln", "-sf", persistent_conf_file, conf_file] _run(command) - print("Configuration file moved to persistent storage. From now on, " +\ + print("Using configuration file found on persistent storage. From now on, " +\ "changes made to {} will be saved on the persistent storage.".format(conf_file)) def scan_persistent_etc(): -- GitLab