From: Colin Walters Date: Mon, 16 Jan 2017 18:41:20 +0000 (-0500) Subject: unlock: Fix description for --hotfix X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~41^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5782e0a1d3cb525324bf34b4a811b5802a750b9f;p=ostree.git unlock: Fix description for --hotfix Came up during an IRC discussion. The text is accurate but not very helpful. Closes: #647 Approved by: dustymabe --- 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 } };