summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-builtin-switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ostree/ot-admin-builtin-switch.c')
-rw-r--r--src/ostree/ot-admin-builtin-switch.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ostree/ot-admin-builtin-switch.c b/src/ostree/ot-admin-builtin-switch.c
index e54d4db5..f85e39e1 100644
--- a/src/ostree/ot-admin-builtin-switch.c
+++ b/src/ostree/ot-admin-builtin-switch.c
@@ -33,6 +33,11 @@
static gboolean opt_reboot;
static char *opt_osname;
+/* ATTENTION:
+ * Please remember to update the bash-completion script (bash/ostree) and
+ * man page (man/ostree-admin-switch.xml) when changing the option list.
+ */
+
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" },