Minor cleanup: move mke2fs options into mke2fs.c.
authorRob Landley <rob@landley.net>
Sat, 19 Jan 2008 23:55:45 +0000 (17:55 -0600)
committerRob Landley <rob@landley.net>
Sat, 19 Jan 2008 23:55:45 +0000 (17:55 -0600)
toys/mke2fs.c
toys/toylist.h

index 5b8af52..e54cb85 100644 (file)
@@ -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"
index 74a4619..135310a 100644 (file)
@@ -11,9 +11,6 @@ struct df_data {
        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;