linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH] dump.f2fs: Add help description for -rfyPo
@ 2024-06-19  1:25 Daniel Rosenberg via Linux-f2fs-devel
  2024-06-19  1:30 ` Chao Yu
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Rosenberg via Linux-f2fs-devel @ 2024-06-19  1:25 UTC (permalink / raw)
  To: linux-f2fs-devel; +Cc: Jaegeuk Kim, kernel-team, Daniel Rosenberg

These were described in man pages, but not within the help message.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
---
 fsck/main.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/fsck/main.c b/fsck/main.c
index 6edc902..901fa7a 100644
--- a/fsck/main.c
+++ b/fsck/main.c
@@ -97,6 +97,11 @@ void dump_usage()
 	MSG(0, "  -S sparse_mode\n");
 	MSG(0, "  -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]\n");
 	MSG(0, "  -b blk_addr (in 4KB)\n");
+	MSG(0, "  -r Recursively dump from the root inode\n");
+	MSG(0, "  -f Do not prompt before dumping\n");
+	MSG(0, "  -y Alias for -f\n");
+	MSG(0, "  -P Preserve mode/Owner/Group for dumped inode\n");
+	MSG(0, "  -o <path>  Dump inodes to the given path\n");
 	MSG(0, "  -V print the version number and exit\n");
 
 	exit(1);

base-commit: c1a97862b05d8a736ad8719939395c61bd71c982
-- 
2.45.2.627.g7a2c4fd464-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] 3+ messages in thread

end of thread, other threads:[~2024-06-19  2:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-19  1:25 [f2fs-dev] [PATCH] dump.f2fs: Add help description for -rfyPo Daniel Rosenberg via Linux-f2fs-devel
2024-06-19  1:30 ` Chao Yu
2024-06-19  1:37   ` Daniel Rosenberg via Linux-f2fs-devel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).