summaryrefslogtreecommitdiff
path: root/cmd_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_data.c')
-rw-r--r--cmd_data.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd_data.c b/cmd_data.c
index d78598d5..160eb918 100644
--- a/cmd_data.c
+++ b/cmd_data.c
@@ -18,7 +18,7 @@ int data_usage(void)
" rereplicate Rereplicate degraded data\n"
" job Kick off low level data jobs\n"
"\n"
- "Report bugs to <linux-bcache@vger.kernel.org>");
+ "Report bugs to <linux-bcachefs@vger.kernel.org>");
return 0;
}
@@ -32,7 +32,7 @@ static void data_rereplicate_usage(void)
"\n"
"Options:\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);
}
@@ -77,7 +77,7 @@ static void data_job_usage(void)
" -s inode:offset start position\n"
" -e inode:offset end position\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);
}