aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-12-13 09:41:18 +0000
committerChristopher Baines <mail@cbaines.net>2021-12-13 09:41:18 +0000
commite9a8e2e09508483f81e78d55781ef01cfc50efc1 (patch)
treeab160e83dbebb6e11b69c30667d17ebb99314987 /scripts
parent726adaab8c5c65074e0a1948f432f7355ba0cde2 (diff)
downloadnar-herder-e9a8e2e09508483f81e78d55781ef01cfc50efc1.tar
nar-herder-e9a8e2e09508483f81e78d55781ef01cfc50efc1.tar.gz
Add missing --database-dump option
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nar-herder.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in
index ae52611..0f5ea18 100644
--- a/scripts/nar-herder.in
+++ b/scripts/nar-herder.in
@@ -64,6 +64,11 @@
(lambda (opt name arg result)
(alist-cons 'database
arg
+ result)))
+ (option '("database-dump") #t #f
+ (lambda (opt name arg result)
+ (alist-cons 'database-dump
+ arg
result)))))
(define %base-option-defaults