~ubuntu-branches/debian/jessie/password-store/jessie

« back to all changes in this revision

Viewing changes to .pc/gnupg1-support.patch/src/completion/pass.bash-completion

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-05-27 17:31:07 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140527173107-qjhy4ze24dhqexcy
Tags: 1.6.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                                _pass_complete_entries
87
87
                                ;;
88
88
                        generate)
89
 
                                COMPREPLY+=($(compgen -W "-n --no-symbols -c --clip -f --force" -- ${cur}))
 
89
                                COMPREPLY+=($(compgen -W "-n --no-symbols -c --clip -f --force -i --in-place" -- ${cur}))
90
90
                                _pass_complete_entries
91
91
                                ;;
92
92
                        cp|copy|mv|rename)