summaryrefslogtreecommitdiff
path: root/libstore/storeread.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/storeread.c')
-rw-r--r--libstore/storeread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/storeread.c b/libstore/storeread.c
index e5057a97..ea012727 100644
--- a/libstore/storeread.c
+++ b/libstore/storeread.c
@@ -90,7 +90,7 @@ main (int argc, char **argv)
case ARGP_KEY_NO_ARGS:
default:
- return EINVAL;
+ return ARGP_ERR_UNKNOWN;
}
return 0;
}