diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s6-frontend/live_install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s6-frontend/live_install.c b/src/s6-frontend/live_install.c index 7da1759..fb13e1b 100644 --- a/src/s6-frontend/live_install.c +++ b/src/s6-frontend/live_install.c @@ -27,7 +27,7 @@ void live_install (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 = "init", .clear = 0, .set = GOLA_INIT }, + { .so = 0, .lo = "init", .clear = 0, .set = GOLB_INIT }, } ; static gol_arg const rgola[] = { |
