X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmd_data.c;h=160eb918b8947a6e7d265860e26e7e55f91e17af;hb=62839683e80c023761205d6cbefc4518b1ecec1d;hp=d78598d5abb7ce7cefa478461e24351c1195376d;hpb=8cc7d4928198f843fa6d790a615405140fc992d3;p=bcachefs-tools-debian diff --git a/cmd_data.c b/cmd_data.c index d78598d..160eb91 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 "); + "Report bugs to "); 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 "); + "Report bugs to "); 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 "); + "Report bugs to "); exit(EXIT_SUCCESS); }