diff --git a/cmds/reflink.c b/cmds/reflink.c index fd0887d2..24e562a7 100644 --- a/cmds/reflink.c +++ b/cmds/reflink.c @@ -38,9 +38,10 @@ static const char * const cmd_reflink_clone_usage[] = { "Lightweight file copy, extents are cloned and COW if changed. Multiple", "ranges can be specified, source and target file can be the same,", "ranges can be combined from both and processed in the order.", + "", "Options:", - " -s RANGESPEC take range spec from the source file", - " -t RANGESPEC take range from the target file", + OPTLINE("-s RANGESPEC", "take range spec from the source file"), + OPTLINE("-t RANGESPEC", "take range from the target file"), "", "RANGESPEC has three parts and is of format SRCOFF:LENGTH:DESTOFF,", "where SRCOFF is offset in the respective file, LENGTH is range length,",