From 028a54424e08cb8bf88bd2014ffd7d485f15ba51 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 25 Jan 2007 16:11:23 -0500 Subject: Update args.c to implement numeric arguments. --- toys/toylist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys') diff --git a/toys/toylist.h b/toys/toylist.h index 76787f21..73356544 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -37,7 +37,7 @@ struct mke2fs_data { }; // "E:jJ:L:m:O:" -#define MKE2FS_OPTSTRING "<1>2Fnqm:N:i:b:" +#define MKE2FS_OPTSTRING "<1>2Fnqm#N#i#b#" union toy_union { struct df_data df; -- cgit v1.2.3