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:
parent
9a77017d87
commit
5782e0a1d3
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue