unlock: Fix description for --hotfix

Came up during an IRC discussion.  The text is accurate but
not very helpful.

Closes: #647
Approved by: dustymabe
This commit is contained in:
Colin Walters 2017-01-16 13:41:20 -05:00 committed by Atomic Bot
parent 9a77017d87
commit 5782e0a1d3
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
};