summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-08-11 15:18:55 +0200
committerDan McGee <dan@archlinux.org>2011-08-11 18:29:49 +0200
commit6e4f695a0f583a832e616034db59779444d86d69 (patch)
treee56da045932bc57b18c6a505be0b9ab1ffa1239d /src/pacman/conf.h
parent725edde73fb16564b0ce33257d7a069b10eb8cea (diff)
downloadpacman-6e4f695a0f583a832e616034db59779444d86d69.tar.gz
pacman-6e4f695a0f583a832e616034db59779444d86d69.tar.xz
pacman: remove --dbonly shortopt
This is somewhat of a dangerous option with limited use cases. Don't advertise it as an easily accessibly option. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pacman/conf.h b/src/pacman/conf.h
index 33a87983..396cde5a 100644
--- a/src/pacman/conf.h
+++ b/src/pacman/conf.h
@@ -124,7 +124,8 @@ enum {
OP_ARCH,
OP_PRINTFORMAT,
OP_GPGDIR,
- OP_RECURSIVE
+ OP_RECURSIVE,
+ OP_DBONLY
};
/* clean method */