Skip to content

Commit

Permalink
Correct and update switches for "zfs send"
Browse files Browse the repository at this point in the history
  • Loading branch information
Aneurin committed Nov 19, 2015
1 parent 99b6e2e commit 1ce6023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfs_completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ __zfs_complete()
fi
;;
send)
if ! __zfs_complete_switch "d,n,P,p,R,v,i,I"
if ! __zfs_complete_switch "D,n,P,p,R,v,e,L,i,I"
then
COMPREPLY=($(compgen -W "$(__zfs_match_snapshot)" -- "$cur"))
fi
Expand Down

0 comments on commit 1ce6023

Please sign in to comment.