summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-builtin-diff.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2018-02-26 14:11:00 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-02-27 13:56:11 +0000
commitee1f6b23153fea4324b9bdf6de417863931b6aa1 (patch)
treecb9515ef79e7ad9fafc2cc0dc95e1dd45a004e64 /src/ostree/ot-admin-builtin-diff.c
parent7f88fddcd41f0fb12333eba145c99d2499b7767f (diff)
downloadostree-ee1f6b23153fea4324b9bdf6de417863931b6aa1.tar.gz
bash-completion: Remove `admin` completions
The `admin` commandline should be considered a demo; I just added the `pin` command *mostly* so we could use it for unit tests, although I can imagine other people using it. But maintaining completions is a lot of overhead right now, let's not do it for `admin`. The other command line options that operate on repos we will definitely maintain since they're used in releng contexts. Closes: #1468 Approved by: jlebon
Diffstat (limited to 'src/ostree/ot-admin-builtin-diff.c')
-rw-r--r--src/ostree/ot-admin-builtin-diff.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ostree/ot-admin-builtin-diff.c b/src/ostree/ot-admin-builtin-diff.c
index 6a44a72b..27855881 100644
--- a/src/ostree/ot-admin-builtin-diff.c
+++ b/src/ostree/ot-admin-builtin-diff.c
@@ -32,11 +32,6 @@
static char *opt_osname;
-/* ATTENTION:
- * Please remember to update the bash-completion script (bash/ostree) and
- * man page (man/ostree-admin-config-diff.xml) when changing the option list.
- */
-
static GOptionEntry options[] = {
{ "os", 0, 0, G_OPTION_ARG_STRING, &opt_osname, "Use a different operating system root than the current one", "OSNAME" },
{ NULL }