aboutsummaryrefslogtreecommitdiff
path: root/toys/toylist.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-01-23 13:20:38 -0500
committerRob Landley <rob@landley.net>2007-01-23 13:20:38 -0500
commite2580dbebbd43f668913b3d2ae6c0636161636ed (patch)
treee5d7b0482d6e117894599e08161cb7e1a56cc12f /toys/toylist.h
parentb882f1e237a68c3d1074cbf63bda0207afb989b9 (diff)
downloadtoybox-e2580dbebbd43f668913b3d2ae6c0636161636ed.tar.gz
More random progress on mke2fs. Nothing to see yet.
Diffstat (limited to 'toys/toylist.h')
-rw-r--r--toys/toylist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/toylist.h b/toys/toylist.h
index 270f4341..126c1700 100644
--- a/toys/toylist.h
+++ b/toys/toylist.h
@@ -36,7 +36,7 @@ struct mke2fs_data {
};
// "E:jJ:L:m:O:"
-#define MKE2FS_OPTSTRING "Fnqm:N:i:b:"
+#define MKE2FS_OPTSTRING "<1>2Fnqm:N:i:b:"
union toy_union {
struct df_data df;