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 | |
| parent | remove hard tabs from btrfs completion (diff) | |
| download | zsh-55232af89116eeabd3accb94a32a23ecb10244cb.tar zsh-55232af89116eeabd3accb94a32a23ecb10244cb.tar.gz zsh-55232af89116eeabd3accb94a32a23ecb10244cb.tar.bz2 zsh-55232af89116eeabd3accb94a32a23ecb10244cb.tar.lz zsh-55232af89116eeabd3accb94a32a23ecb10244cb.tar.xz zsh-55232af89116eeabd3accb94a32a23ecb10244cb.tar.zst zsh-55232af89116eeabd3accb94a32a23ecb10244cb.zip | |
minor typo in btrfs completion
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | Completion/Linux/Command/_btrfs | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. 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]' |
