diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /util-linux/mkfs_minix.c | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.bz2 busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip |
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/mkfs_minix.c')
-rw-r--r-- | util-linux/mkfs_minix.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index 0dfe34705..88647e9d8 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c | |||
@@ -67,18 +67,18 @@ | |||
67 | //config: default y | 67 | //config: default y |
68 | //config: select PLATFORM_LINUX | 68 | //config: select PLATFORM_LINUX |
69 | //config: help | 69 | //config: help |
70 | //config: The minix filesystem is a nice, small, compact, read-write filesystem | 70 | //config: The minix filesystem is a nice, small, compact, read-write filesystem |
71 | //config: with little overhead. If you wish to be able to create minix | 71 | //config: with little overhead. If you wish to be able to create minix |
72 | //config: filesystems this utility will do the job for you. | 72 | //config: filesystems this utility will do the job for you. |
73 | //config: | 73 | //config: |
74 | //config:config FEATURE_MINIX2 | 74 | //config:config FEATURE_MINIX2 |
75 | //config: bool "Support Minix fs v2 (fsck_minix/mkfs_minix)" | 75 | //config: bool "Support Minix fs v2 (fsck_minix/mkfs_minix)" |
76 | //config: default y | 76 | //config: default y |
77 | //config: depends on FSCK_MINIX || MKFS_MINIX | 77 | //config: depends on FSCK_MINIX || MKFS_MINIX |
78 | //config: help | 78 | //config: help |
79 | //config: If you wish to be able to create version 2 minix filesystems, enable | 79 | //config: If you wish to be able to create version 2 minix filesystems, enable |
80 | //config: this. If you enabled 'mkfs_minix' then you almost certainly want to | 80 | //config: this. If you enabled 'mkfs_minix' then you almost certainly want to |
81 | //config: be using the version 2 filesystem support. | 81 | //config: be using the version 2 filesystem support. |
82 | 82 | ||
83 | // APPLET_ODDNAME:name main location suid_type help | 83 | // APPLET_ODDNAME:name main location suid_type help |
84 | //applet:IF_MKFS_MINIX(APPLET_ODDNAME(mkfs.minix, mkfs_minix, BB_DIR_SBIN, BB_SUID_DROP, mkfs_minix)) | 84 | //applet:IF_MKFS_MINIX(APPLET_ODDNAME(mkfs.minix, mkfs_minix, BB_DIR_SBIN, BB_SUID_DROP, mkfs_minix)) |