2005-09-20 21:31:55 +08:00
|
|
|
#apt-ftparchive
|
2006-01-08 10:56:56 +08:00
|
|
|
complete -c apt-ftparchive -s h -l help -d (_ "Display help and exit")
|
2006-01-11 22:17:35 +08:00
|
|
|
complete -f -c apt-ftparchive -a packages -d (_ "Generate package from source")
|
2006-01-08 10:56:56 +08:00
|
|
|
complete -f -c apt-ftparchive -a sources -d (_ "Generate source index file")
|
|
|
|
complete -f -c apt-ftparchive -a contents -d (_ "Generate contents file")
|
|
|
|
complete -f -c apt-ftparchive -a release -d (_ "Generate release file")
|
|
|
|
complete -f -c apt-ftparchive -a clean -d (_ "Remove records")
|
|
|
|
complete -f -c apt-ftparchive -l md5 -d (_ "Generate MD5 sums")
|
|
|
|
complete -f -c apt-ftparchive -s d -l db -d (_ "Use a binary db")
|
|
|
|
complete -f -c apt-ftparchive -s q -l quiet -d (_ "Quiet mode")
|
|
|
|
complete -f -c apt-ftparchive -l delink -d (_ "Perform delinking")
|
|
|
|
complete -f -c apt-ftparchive -l contents -d (_ "Perform contents generation")
|
|
|
|
complete -c apt-ftparchive -s s -l source-override -d (_ "Use source override")
|
|
|
|
complete -f -c apt-ftparchive -l readonly -d (_ "Make caching db readonly")
|
|
|
|
complete -f -c apt-ftparchive -s v -l version -d (_ "Display version and exit")
|
|
|
|
complete -r -c apt-ftparchive -s c -l config-file -d (_ "Use config file")
|
|
|
|
complete -r -c apt-ftparchive -s o -l option -d (_ "Set config options")
|