2005-09-20 13:31:55 +00:00
|
|
|
#apt-listchanges
|
2006-01-09 14:47:30 +00:00
|
|
|
complete -c apt-listchanges -l help -d (_ "Display help and exit")
|
2006-01-08 02:56:56 +00:00
|
|
|
complete -c apt-listchanges -l apt -d (_ "Read filenames from pipe")
|
2006-01-09 14:47:30 +00:00
|
|
|
complete -f -c apt-listchanges -s v -l verbose -d (_ "Verbose mode")
|
2006-02-05 21:18:35 +00:00
|
|
|
complete -f -c apt-listchanges -s f -l frontend -a "pager browser xterm-pager xterm-browser text mail none" -d (_ "Select frontend interface")
|
2006-01-08 02:56:56 +00:00
|
|
|
complete -r -f -c apt-listchanges -l email-address -d (_ "Specify email address")
|
|
|
|
complete -f -c apt-listchanges -s c -l confirm -d (_ "Ask confirmation")
|
|
|
|
complete -f -c apt-listchanges -s a -l all -d (_ "Display all changelogs")
|
|
|
|
complete -r -c apt-listchanges -l save_seen -d (_ "Avoid changelogs from db in named file")
|
|
|
|
complete -r -f -c apt-listchanges -l which -a "news changelogs both" -d (_ "Select display")
|
|
|
|
complete -f -c apt-listchanges -s h -l headers -d (_ "Insert header")
|
|
|
|
complete -f -c apt-listchanges -l debug -d (_ "Display debug info")
|
|
|
|
complete -r -c apt-listchanges -l profile -d (_ "Select an option profile")
|