From 885a4c2de5ba46ce3ff87482c07ef516f5639283 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 May 2002 06:52:18 +0000 Subject: 2002-05-03 Roland McGrath * tmpfs.c (startup_argp): Use OPTIONS array in initializer. --- tmpfs/tmpfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpfs/tmpfs.c b/tmpfs/tmpfs.c index f10b9803..3fa79a1d 100644 --- a/tmpfs/tmpfs.c +++ b/tmpfs/tmpfs.c @@ -254,7 +254,7 @@ diskfs_append_args (char **argz, unsigned *argz_len) /* Add our startup arguments to the standard diskfs set. */ static const struct argp_child startup_children[] = {{&diskfs_startup_argp}, {0}}; -static struct argp startup_argp = {0, parse_opt, "MAX-BYTES", "\ +static struct argp startup_argp = {options, parse_opt, "MAX-BYTES", "\ \v\ MAX-BYTES may be followed by k or K for kilobytes,\n\ m or M for megabytes, g or G for gigabytes.", -- cgit v1.2.3