From cb52a8deac6c5e7a54f5014def6a1787b0f6431e Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 23 Jan 1996 21:36:47 +0000 Subject: (startup_options): Put boot options in a separate group with a header. --- libdiskfs/opts-std-startup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdiskfs') diff --git a/libdiskfs/opts-std-startup.c b/libdiskfs/opts-std-startup.c index a62a4d79..70163578 100644 --- a/libdiskfs/opts-std-startup.c +++ b/libdiskfs/opts-std-startup.c @@ -42,12 +42,13 @@ startup_options[] = { {"version", 'V'}, + {0,0,0,0, "Boot options:", -2}, {"host-priv-port", OPT_HOST_PRIV_PORT, "PORT"}, {"device-master-port", OPT_DEVICE_MASTER_PORT, "PORT"}, {"exec-server-task", OPT_EXEC_SERVER_TASK, "PORT"}, {"bootflags", OPT_BOOTFLAGS, "FLAGS"}, - {0, 0, 0, 0} + {0} }; static error_t -- cgit v1.2.3