diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Linux/Command/_btrfs | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 60dac7ba7..1399e0776 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-09-24 Peter Stephenson <p.stephenson@samsung.com> + + * Eric Cook: 33224: Completion/Linux/Command/_btrfs: complete + directory as second argument. + 2014-09-23 Barton E. Schaefer <schaefer@zsh.org> * 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) |