From ba3120f4bfed495e6f7406e2d686c8685464312d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 19 Jan 2026 06:59:15 +0000 Subject: Option is --no-update, not ----no-update. Also fix dotpc. --- src/repo/s6-rc-set-install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/repo/s6-rc-set-install.c b/src/repo/s6-rc-set-install.c index b81bd21..90f68b6 100644 --- a/src/repo/s6-rc-set-install.c +++ b/src/repo/s6-rc-set-install.c @@ -53,7 +53,7 @@ int main (int argc, char const *const *argv) { { .so = 'b', .lo = "block", .clear = 0, .set = GOLB_BLOCK }, { .so = 'K', .lo = "keep-old", .clear = 0, .set = GOLB_KEEPOLD }, - { .so = 0, .lo = "--no-update", .set = GOLB_NOUPDATE }, + { .so = 0, .lo = "no-update", .set = GOLB_NOUPDATE }, } ; static gol_arg const rgola[] = { -- cgit v1.3.1