From f59511cb64e82229a85e35a07fa61a177839f68f Mon Sep 17 00:00:00 2001 From: Eric Cook Date: Tue, 23 Sep 2014 16:17:48 -0400 Subject: 33224: complete directory as second btrfs argument --- ChangeLog | 5 +++++ Completion/Linux/Command/_btrfs | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 60dac7ba7..1399e0776 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-09-24 Peter Stephenson + + * Eric Cook: 33224: Completion/Linux/Command/_btrfs: complete + directory as second argument. + 2014-09-23 Barton E. Schaefer * 33223: Completion/Base/Utility/_call_program: discard stderr 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) -- cgit 1.4.1