summaryrefslogtreecommitdiff
path: root/src/ostree/ostree-trivial-httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ostree/ostree-trivial-httpd.c')
-rw-r--r--src/ostree/ostree-trivial-httpd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ostree/ostree-trivial-httpd.c b/src/ostree/ostree-trivial-httpd.c
index de04e9a4..f3fd0c6c 100644
--- a/src/ostree/ostree-trivial-httpd.c
+++ b/src/ostree/ostree-trivial-httpd.c
@@ -56,6 +56,11 @@ typedef struct {
GOutputStream *log;
} OtTrivialHttpd;
+/* ATTENTION:
+ * Please remember to update the bash-completion script (bash/ostree) and
+ * man page (man/ostree-trivial-httpd.xml) when changing the option list.
+ */
+
static GOptionEntry options[] = {
{ "daemonize", 'd', 0, G_OPTION_ARG_NONE, &opt_daemonize, "Fork into background when ready", NULL },
{ "autoexit", 0, 0, G_OPTION_ARG_NONE, &opt_autoexit, "Automatically exit when directory is deleted", NULL },