@@ -10571,10 +10571,10 @@ static const char * const cmd_check_usage[] = {
1057110571 " without prior analysis of problems found on the filesystem." ,
1057210572 "" ,
1057310573 "Starting point selection:" ,
10574- OPTLINE ("-s, --super <superblock> " , "use this superblock copy" ),
10574+ OPTLINE ("-s, --super NUMBER " , "use this superblock copy" ),
1057510575 OPTLINE ("-b, --backup" , "use the first valid backup root copy" ),
10576- OPTLINE ("-r, --tree-root <bytenr> " , "use the given bytenr for the tree root" ),
10577- OPTLINE ("--chunk-root <bytenr> " , "use the given bytenr for the chunk tree root" ),
10576+ OPTLINE ("-r, --tree-root " , "use the given bytenr for the tree root" ),
10577+ OPTLINE ("--chunk-root BYTENR " , "use the given bytenr for the chunk tree root" ),
1057810578 "" ,
1057910579 "Operation modes:" ,
1058010580 OPTLINE ("--readonly" , "run in read-only mode (default)" ),
@@ -10583,7 +10583,7 @@ static const char * const cmd_check_usage[] = {
1058310583 "WARNING: it is possible to run with --repair but on a mounted filesystem "
1058410584 "that will most likely lead to a corruption unless the filesystem "
1058510585 "is quiescent in a quiescent state which may not be possible to guarantee" ),
10586- OPTLINE ("--mode < MODE> " , "allows choice of memory/IO trade-offs where MODE is one of:" ),
10586+ OPTLINE ("--mode MODE" , "allows choice of memory/IO trade-offs where MODE is one of:" ),
1058710587 OPTLINE ("" , "original - read inodes and extents to memory (requires more memory, does less IO)" ),
1058810588 OPTLINE ("" , "lowmem - try to use less memory but read blocks again when needed" ),
1058910589 "" ,
@@ -10594,7 +10594,7 @@ static const char * const cmd_check_usage[] = {
1059410594 "Check and reporting options:" ,
1059510595 OPTLINE ("--check-data-csum" , "verify checksums of data blocks" ),
1059610596 OPTLINE ("-Q, --qgroup-report" , "print a report on qgroup consistency" ),
10597- OPTLINE ("-E, --subvol-extents <subvolid> " , "print subvolume extents and sharing state" ),
10597+ OPTLINE ("-E, --subvol-extents SUBVOLID " , "print subvolume extents and sharing state" ),
1059810598 OPTLINE ("-p, --progress" , "indicate progress" ),
1059910599 "" ,
1060010600 "Deprecated or moved options:" ,
0 commit comments