# HG changeset patch # User Rob Landley # Date 1200786945 21600 # Node ID 6b292ee780abb9ae0d7a5a9378f168d0c0380f48 # Parent 7cde22266e6512a628668561bdb4e7945ac8309a Minor cleanup: move mke2fs options into mke2fs.c. diff -r 7cde22266e65 -r 6b292ee780ab toys/mke2fs.c --- a/toys/mke2fs.c Sat Jan 19 17:49:51 2008 -0600 +++ b/toys/mke2fs.c Sat Jan 19 17:55:45 2008 -0600 @@ -6,7 +6,8 @@ * * Not in SUSv3. -USE_MKE2FS(NEWTOY(mke2fs, MKE2FS_OPTSTRING, TOYFLAG_SBIN)) +// Still to go: "E:jJ:L:m:O:" +USE_MKE2FS(NEWTOY(mke2fs, "<1>2g:Fnqm#N#i#b#", TOYFLAG_SBIN)) config MKE2FS bool "mke2fs" diff -r 7cde22266e65 -r 6b292ee780ab toys/toylist.h --- a/toys/toylist.h Sat Jan 19 17:49:51 2008 -0600 +++ b/toys/toylist.h Sat Jan 19 17:55:45 2008 -0600 @@ -11,9 +11,6 @@ long units; }; -// Still to go: "E:jJ:L:m:O:" -#define MKE2FS_OPTSTRING "<1>2g:Fnqm#N#i#b#" - struct dmesg_data { long level; long size;