btrfs-progs: fixup spacing in help texts

Unify spacing between options and texts.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2020-06-29 16:57:54 +02:00
parent 27a65e016e
commit 68e26c1917
4 changed files with 8 additions and 8 deletions

View file

@ -631,6 +631,7 @@ static const char * const cmd_filesystem_show_usage[] = {
"-d|--all-devices show only disks under /dev containing btrfs filesystem",
"-m|--mounted show only mounted btrfs",
HELPINFO_UNITS_LONG,
"",
"If no argument is given, structure of all present filesystems is shown.",
NULL
};
@ -840,9 +841,9 @@ static const char * const cmd_filesystem_defrag_usage[] = {
"-l len defragment only up to len bytes",
"-t size target extent size hint (default: 32M)",
"-v deprecated, alias for global -v option",
"",
HELPINFO_INSERT_GLOBALS,
HELPINFO_INSERT_VERBOSE,
"",
"Warning: most Linux kernels will break up the ref-links of COW data",
"(e.g., files copied with 'cp --reflink', snapshots) which may cause",
"considerable increase of space usage. See btrfs-filesystem(8) for",

View file

@ -325,8 +325,7 @@ static DEFINE_SIMPLE_COMMAND(replace_start, "start");
static const char *const cmd_replace_status_usage[] = {
"btrfs replace status [-1] <mount_point>",
"Print status and progress information of a running device replace",
"operation",
"Print status and progress information of a running device replace operation",
"",
"-1 print once instead of print continuously until the replace",
" operation finishes (or is canceled)",

View file

@ -37,8 +37,8 @@ static const char * const cmd_rescue_chunk_recover_usage[] = {
"btrfs rescue chunk-recover [options] <device>",
"Recover the chunk tree by scanning the devices one by one.",
"",
"-y Assume an answer of `yes' to all questions",
"-h Help",
"-y Assume an answer of `yes' to all questions",
"-h Help",
"-v deprecated, alias for global -v option",
HELPINFO_INSERT_GLOBALS,
HELPINFO_INSERT_VERBOSE,
@ -105,7 +105,7 @@ static const char * const cmd_rescue_super_recover_usage[] = {
"btrfs rescue super-recover [options] <device>",
"Recover bad superblocks from good copies",
"",
"-y Assume an answer of `yes' to all questions",
"-y Assume an answer of `yes' to all questions",
"-v deprecated, alias for global -v option",
HELPINFO_INSERT_GLOBALS,
HELPINFO_INSERT_VERBOSE,

View file

@ -979,8 +979,8 @@ static const char * const cmd_subvol_show_usage[] = {
"btrfs subvolume show [options] <path>",
"Show more information about the subvolume (UUIDs, generations, times, snapshots)",
"",
"-r|--rootid rootid of the subvolume",
"-u|--uuid uuid of the subvolume",
"-r|--rootid rootid of the subvolume",
"-u|--uuid uuid of the subvolume",
HELPINFO_UNITS_SHORT_LONG,
"",
"If no option is specified, subvolume at <path> will be shown, otherwise",