mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-24 15:12:47 +00:00
btrfs-progs: fi mkswapfile: update help text
The help text of mkswapfile was a copy&paste leftover, fix it. Issue: #554 Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
f652a5b754
commit
427bf75a1e
@ -1437,7 +1437,11 @@ static DEFINE_COMMAND(filesystem_balance, "balance", cmd_filesystem_balance,
|
||||
|
||||
static const char * const cmd_filesystem_mkswapfile_usage[] = {
|
||||
"btrfs filesystem mkswapfile <file>",
|
||||
"Force a sync on a filesystem",
|
||||
"Create a new file that's suitable and formatted as a swapfile.",
|
||||
"Create a new file that's suitable and formatted as a swapfile. Default",
|
||||
"size is 2GiB, minimum size is 40KiB.",
|
||||
"",
|
||||
"s|--size SIZE create file of SIZE (accepting k/m/g/e/p suffix)",
|
||||
HELPINFO_INSERT_GLOBALS,
|
||||
HELPINFO_INSERT_VERBOSE,
|
||||
HELPINFO_INSERT_QUIET,
|
||||
|
Loading…
Reference in New Issue
Block a user