From f88d7dd31249e7fc338a037425654d72923eea4d Mon Sep 17 00:00:00 2001 From: Akatsuki <3736910+akiirui@users.noreply.github.com> Date: Sat, 29 Aug 2020 01:32:54 +0800 Subject: [PATCH] btrfs.fish: fix long descriptions --- share/completions/btrfs.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/btrfs.fish b/share/completions/btrfs.fish index 15fac9ac3..28288e5c1 100644 --- a/share/completions/btrfs.fish +++ b/share/completions/btrfs.fish @@ -333,7 +333,7 @@ complete -f -c btrfs -n $inspect_internal -a inode-resolve -d 'Get file system p complete -f -c btrfs -n $inspect_internal -a logical-resolve -d 'Get file system paths for the given logical address' complete -f -c btrfs -n $inspect_internal -a subvolid-resolve -d 'Get file system paths for the given subvolume ID.' complete -f -c btrfs -n $inspect_internal -a rootid -d 'Get tree ID of the containing subvolume of path.' -complete -f -c btrfs -n $inspect_internal -a min-dev-size -d 'Get the minimum size the device can be shrunk to. The device id 1 is used by default.' +complete -f -c btrfs -n $inspect_internal -a min-dev-size -d 'Get the minimum size the device can be shrunk to. (Default: 1)' complete -f -c btrfs -n $inspect_internal -a dump-tree -d 'Dump tree structures from a given device' complete -f -c btrfs -n $inspect_internal -a dump-super -d 'Dump superblock from a device in a textual form' complete -f -c btrfs -n $inspect_internal -a tree-stats -d 'Print various stats for trees'