diff options
| author | Eric Cook <llua@gmx.com> | 2014-09-23 16:17:48 -0400 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2014-09-24 11:07:26 +0100 |
| commit | f59511cb64e82229a85e35a07fa61a177839f68f (patch) | |
| tree | 430694678f6d613db9f61128fe1f3218c9154ebd /Completion/Linux | |
| parent | 33223: discard stderr except when _complete_debug is in progress. (diff) | |
| download | zsh-f59511cb64e82229a85e35a07fa61a177839f68f.tar zsh-f59511cb64e82229a85e35a07fa61a177839f68f.tar.gz zsh-f59511cb64e82229a85e35a07fa61a177839f68f.tar.bz2 zsh-f59511cb64e82229a85e35a07fa61a177839f68f.tar.lz zsh-f59511cb64e82229a85e35a07fa61a177839f68f.tar.xz zsh-f59511cb64e82229a85e35a07fa61a177839f68f.tar.zst zsh-f59511cb64e82229a85e35a07fa61a177839f68f.zip | |
33224: complete directory as second btrfs argument
Diffstat (limited to 'Completion/Linux')
| -rw-r--r-- | Completion/Linux/Command/_btrfs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_btrfs b/Completion/Linux/Command/_btrfs index c8f87ef70..77deeefcb 100644 --- a/Completion/Linux/Command/_btrfs +++ b/Completion/Linux/Command/_btrfs @@ -125,7 +125,8 @@ while (( $#state )); do args+=( '-r[readonly snapshot]' '*-i[assign to qgroup]:qgroup: _message "qgroup"' - '1:snapshot:_files -/' + '1:source directory:_files -/' + '2:snapshot name or destination:_files -/' ) ;; subvolume:list) |
