From b1a0514303072b2a2bb57f7274e35653693d500f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 29 Jun 2007 15:44:35 +0000 Subject: [PATCH] Add php to TAB completion for html2lrf --- src/libprs500/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libprs500/linux.py b/src/libprs500/linux.py index 2293f974e1..193440f699 100644 --- a/src/libprs500/linux.py +++ b/src/libprs500/linux.py @@ -76,7 +76,7 @@ def setup_completion(): f = open('/etc/bash_completion.d/libprs500', 'wb') f.write('# libprs500 Bash Shell Completion\n') f.write(opts_and_exts('html2lrf', htmlop, - ['htm', 'html', 'xhtml', 'xhtm', 'rar', 'zip'])) + ['htm', 'html', 'xhtml', 'xhtm', 'rar', 'zip', 'php'])) f.write(opts_and_exts('txt2lrf', txtop, ['txt'])) f.write(opts_and_exts('lit2lrf', txtop, ['lit'])) f.write(opts_and_exts('lrf-meta', metaop, ['lrf']))