From 5782e0a1d3cb525324bf34b4a811b5802a750b9f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 16 Jan 2017 13:41:20 -0500 Subject: [PATCH] unlock: Fix description for --hotfix Came up during an IRC discussion. The text is accurate but not very helpful. Closes: #647 Approved by: dustymabe --- src/ostree/ot-admin-builtin-unlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ostree/ot-admin-builtin-unlock.c b/src/ostree/ot-admin-builtin-unlock.c index 0f22d0a6..aecba51b 100644 --- a/src/ostree/ot-admin-builtin-unlock.c +++ b/src/ostree/ot-admin-builtin-unlock.c @@ -34,7 +34,7 @@ static gboolean opt_hotfix; static GOptionEntry options[] = { - { "hotfix", 0, 0, G_OPTION_ARG_NONE, &opt_hotfix, "Keep the current deployment as default", NULL }, + { "hotfix", 0, 0, G_OPTION_ARG_NONE, &opt_hotfix, "Retain changes across reboots", NULL }, { NULL } };