aboutsummaryrefslogtreecommitdiff
path: root/toys
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-01-25 16:11:23 -0500
committerRob Landley <rob@landley.net>2007-01-25 16:11:23 -0500
commit028a54424e08cb8bf88bd2014ffd7d485f15ba51 (patch)
tree9edf91741f4c8f63af789465a8c2e76ed9de2115 /toys
parentb3a3382abf49573ba1f79d22417e9fc50125d28d (diff)
downloadtoybox-028a54424e08cb8bf88bd2014ffd7d485f15ba51.tar.gz
Update args.c to implement numeric arguments.
Diffstat (limited to 'toys')
-rw-r--r--toys/toylist.h2
1 files changed, 1 insertions, 1 deletions
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;