about summary refs log tree commit diff
path: root/Completion/Linux
diff options
context:
space:
mode:
authorEric Cook <llua@gmx.com>2014-09-23 16:17:48 -0400
committerPeter Stephenson <pws@zsh.org>2014-09-24 11:07:26 +0100
commitf59511cb64e82229a85e35a07fa61a177839f68f (patch)
tree430694678f6d613db9f61128fe1f3218c9154ebd /Completion/Linux
parent5a2668a6ac1c433337a4db8bc859b712be6b32f1 (diff)
downloadzsh-f59511cb64e82229a85e35a07fa61a177839f68f.tar.gz
zsh-f59511cb64e82229a85e35a07fa61a177839f68f.tar.xz
zsh-f59511cb64e82229a85e35a07fa61a177839f68f.zip
33224: complete directory as second btrfs argument
Diffstat (limited to 'Completion/Linux')
-rw-r--r--Completion/Linux/Command/_btrfs3
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)