summaryrefslogtreecommitdiff
path: root/src/ver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ver.c')
-rw-r--r--src/ver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ver.c b/src/ver.c
index 0792937..3a08359 100644
--- a/src/ver.c
+++ b/src/ver.c
@@ -90,7 +90,7 @@ static int option_parse_applet(void *ctx, struct apk_db_options *dbopts, int opt
ictx->all_tags = 1;
break;
default:
- return -1;
+ return -ENOTSUP;
}
return 0;
}