diff options
Diffstat (limited to 'cmd_format.c')
-rw-r--r-- | cmd_format.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd_format.c b/cmd_format.c index 5c2bc8c0..57aa496c 100644 --- a/cmd_format.c +++ b/cmd_format.c @@ -79,7 +79,7 @@ static void usage(void) "Device specific options must come before corresponding devices, e.g.\n" " bcachefs format --label cache /dev/sdb /dev/sdc\n" "\n" - "Report bugs to <linux-bcache@vger.kernel.org>"); + "Report bugs to <linux-bcachefs@vger.kernel.org>"); } enum { @@ -289,7 +289,7 @@ static void show_super_usage(void) " -f, --fields=(fields) list of sections to print\n" " -l, --layout print superblock layout\n" " -h, --help display this help and exit\n" - "Report bugs to <linux-bcache@vger.kernel.org>"); + "Report bugs to <linux-bcachefs@vger.kernel.org>"); exit(EXIT_SUCCESS); } |