mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
minor typo in btrfs completion
This commit is contained in:
parent
5a8de9087d
commit
55232af891
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2014-02-18 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
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.
|
* Eric Cook: Completion/Linux/Command/_btrfs: remove hard tabs.
|
||||||
|
|
||||||
* m0viefreak: Util/helpfiles: 32402: prefer col -bx to colcrt.
|
* m0viefreak: Util/helpfiles: 32402: prefer col -bx to colcrt.
|
||||||
|
|
|
@ -60,7 +60,7 @@ while (( $#state )); do
|
||||||
subvolume:snapshot) args+=( '-r[readonly snapshot]' '1:snapshot:_files -/' );;
|
subvolume:snapshot) args+=( '-r[readonly snapshot]' '1:snapshot:_files -/' );;
|
||||||
subvolume:list) args+=( '-p[include parent ID in output]' '1:path:->mounts' );;
|
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' );;
|
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)
|
filesystem:defragment)
|
||||||
args+=(
|
args+=(
|
||||||
'-v[verbose]'
|
'-v[verbose]'
|
||||||
|
|
Loading…
Reference in a new issue