diff options
author | Eric Cook <llua@gmx.com> | 2014-02-18 12:56:59 -0500 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-02-18 19:58:46 +0000 |
commit | 55232af89116eeabd3accb94a32a23ecb10244cb (patch) | |
tree | a544f763ca0fde240cc6689fad8e1c2932431ea8 /Completion/Linux/Command | |
parent | 5a8de9087d388d89a586c8a23ec1528e363b2728 (diff) | |
download | zsh-55232af89116eeabd3accb94a32a23ecb10244cb.tar.gz zsh-55232af89116eeabd3accb94a32a23ecb10244cb.tar.xz zsh-55232af89116eeabd3accb94a32a23ecb10244cb.zip |
minor typo in btrfs completion
Diffstat (limited to 'Completion/Linux/Command')
-rw-r--r-- | Completion/Linux/Command/_btrfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_btrfs b/Completion/Linux/Command/_btrfs index 108f21ef8..3db057857 100644 --- a/Completion/Linux/Command/_btrfs +++ b/Completion/Linux/Command/_btrfs @@ -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]' |