From 6e4f695a0f583a832e616034db59779444d86d69 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 11 Aug 2011 09:18:55 -0400 Subject: 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 Signed-off-by: Dan McGee --- src/pacman/conf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pacman/conf.h') 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 */ -- cgit v1.2.3-24-g4f1b