aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk.c')
-rw-r--r--src/apk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/apk.c b/src/apk.c
index 91673d8..25c5260 100644
--- a/src/apk.c
+++ b/src/apk.c
@@ -106,6 +106,9 @@ static int option_parse_global(void *ctx, struct apk_db_options *dbopts, int opt
case 0x101:
apk_flags |= APK_PROGRESS;
break;
+ case 0x104:
+ apk_flags |= APK_SIMULATE;
+ break;
case 0x110:
apk_flags &= ~APK_PROGRESS;
break;