All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH 1/2] mkfs.f2fs: change -c option description
@ 2024-09-13 21:28 ` Daeho Jeong
  0 siblings, 0 replies; 12+ messages in thread
From: Daeho Jeong @ 2024-09-13 21:28 UTC (permalink / raw)
  To: linux-kernel, linux-f2fs-devel, kernel-team; +Cc: Daeho Jeong

From: Daeho Jeong <daehojeong@google.com>

Current description confuses users like they can add addtional devices
with one -c option using commas(,) at the same time.

Signed-off-by: Daeho Jeong <daehojeong@google.com>
---
 mkfs/f2fs_format_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkfs/f2fs_format_main.c b/mkfs/f2fs_format_main.c
index c98e73c..2ba1c21 100644
--- a/mkfs/f2fs_format_main.c
+++ b/mkfs/f2fs_format_main.c
@@ -50,7 +50,7 @@ static void mkfs_usage()
 	MSG(0, "\nUsage: mkfs.f2fs [options] device [sectors]\n");
 	MSG(0, "[options]:\n");
 	MSG(0, "  -b filesystem block size [default:4096]\n");
-	MSG(0, "  -c device1[,device2,...] up to 7 additional devices, except meta device\n");
+	MSG(0, "  -c [device_name] up to 7 additional devices, except meta device\n");
 	MSG(0, "  -d debug level [default:0]\n");
 	MSG(0, "  -e [cold file ext list] e.g. \"mp3,gif,mov\"\n");
 	MSG(0, "  -E [hot file ext list] e.g. \"db\"\n");
-- 
2.46.0.662.g92d0881bb0-goog



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-09-16 19:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-13 21:28 [f2fs-dev] [PATCH 1/2] mkfs.f2fs: change -c option description Daeho Jeong
2024-09-13 21:28 ` Daeho Jeong
2024-09-13 21:28 ` [f2fs-dev] [PATCH 2/2] mkfs.f2fs: add device aliasing feature Daeho Jeong
2024-09-13 21:28   ` Daeho Jeong
2024-09-13 22:27   ` [f2fs-dev] " Jaegeuk Kim via Linux-f2fs-devel
2024-09-13 22:27     ` Jaegeuk Kim
2024-09-16 14:41     ` [f2fs-dev] " Daeho Jeong
2024-09-16 14:41       ` Daeho Jeong
2024-09-16 17:10       ` [f2fs-dev] " Jaegeuk Kim via Linux-f2fs-devel
2024-09-16 17:10         ` Jaegeuk Kim
2024-09-16 19:12         ` [f2fs-dev] " Daeho Jeong
2024-09-16 19:12           ` Daeho Jeong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.