minor typo in btrfs completion

This commit is contained in:
Eric Cook 2014-02-18 12:56:59 -05:00 committed by Peter Stephenson
parent 5a8de9087d
commit 55232af891
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2014-02-18 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Eric Cook: Completion/Linux/Command/_btrfs: minor typo.
* Eric Cook: Completion/Linux/Command/_btrfs: remove hard tabs.
* m0viefreak: Util/helpfiles: 32402: prefer col -bx to colcrt.

View File

@ -60,7 +60,7 @@ while (( $#state )); do
subvolume:snapshot) args+=( '-r[readonly snapshot]' '1:snapshot:_files -/' );;
subvolume:list) args+=( '-p[include parent ID in output]' '1:path:->mounts' );;
subvolume:set-default) args+=( '1:id:_guard "[0-9]#" id' '2:path:->mounts' );;
filesystem:resize) args+=( '1:size:_guart "(|+|-)[0-9]#[GKM]"' '2:path:->mounts' );;
filesystem:resize) args+=( '1:size:_guard "(|+|-)[0-9]#[GKM]"' '2:path:->mounts' );;
filesystem:defragment)
args+=(
'-v[verbose]'