From 0c13bf7936a0388c0bdc99dc80218a0179c88f31 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 9 Mar 2015 12:06:22 +0100 Subject: btrfs-progs: convert, adjust help text formatting Signed-off-by: David Sterba --- btrfs-convert.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'btrfs-convert.c') diff --git a/btrfs-convert.c b/btrfs-convert.c index 22fb0372..205eaf50 100644 --- a/btrfs-convert.c +++ b/btrfs-convert.c @@ -2760,14 +2760,14 @@ fail: static void print_usage(void) { - printf("usage: btrfs-convert [-d] [-i] [-n] [-r] [-l label] [-L] [-p] device\n"); - printf("\t-d disable data checksum\n"); - printf("\t-i ignore xattrs and ACLs\n"); - printf("\t-n disable packing of small files\n"); - printf("\t-r roll back to ext2fs\n"); - printf("\t-l LABEL set filesystem label\n"); - printf("\t-L use label from converted fs\n"); - printf("\t-p show converting progress (default)\n"); + printf("usage: btrfs-convert [options] device\n"); + printf("\t-d disable data checksum\n"); + printf("\t-i ignore xattrs and ACLs\n"); + printf("\t-n disable packing of small files\n"); + printf("\t-r roll back to ext2fs\n"); + printf("\t-l LABEL set filesystem label\n"); + printf("\t-L use label from converted fs\n"); + printf("\t-p show converting progress (default)\n"); printf("\t--no-progress show only overview, not the detailed progress\n"); } -- cgit v1.2.3