admin-switch: Add missing reboot argument

Spotted by jlebon in https://github.com/GNOME/ostree/pull/211
This commit is contained in:
Colin Walters 2016-03-23 09:42:17 -04:00
parent 3f6f2e2a2f
commit afb6105a51
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ static gboolean opt_reboot;
static char *opt_osname;
static GOptionEntry options[] = {
{ "reboot", 'r', 0, G_OPTION_ARG_NONE, &opt_reboot, "Reboot after switching trees", NULL },
{ "os", 0, 0, G_OPTION_ARG_STRING, &opt_osname, "Use a different operating system root than the current one", "OSNAME" },
{ NULL }
};