aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/apt-file.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-12 00:17:35 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-12 00:17:35 +1000
commitd4034fc253857428294cff95a4ca75bdb9ab52f4 (patch)
treef9c11e43bdcceb4ed9c7ea64618650b8ed5ed996 /init/completions/apt-file.fish
parentbe9208412a0e141d29ec37415f8e4f0f5955da75 (diff)
Yet another batch of description tweaks, as well as the last major checkin of translations to swedish (updated patch)
darcs-hash:20060111141735-ac50b-b6a9ac5d5d9eb8eac28dd39968cd28f99044e8f5.gz
Diffstat (limited to 'init/completions/apt-file.fish')
-rw-r--r--init/completions/apt-file.fish8
1 files changed, 4 insertions, 4 deletions
diff --git a/init/completions/apt-file.fish b/init/completions/apt-file.fish
index b36fdddc..62d2f1b0 100644
--- a/init/completions/apt-file.fish
+++ b/init/completions/apt-file.fish
@@ -1,8 +1,8 @@
#apt-file
complete -c apt-file -s h -l help -d (_ "Display help and exit")
-complete -x -c apt-file -a update -d (_ "Resync pkg contents from source")
-complete -r -c apt-file -a search -d (_ "Search pkg containing pattern")
-complete -r -c apt-file -a list -d (_ "List contents of a pkg matching pattern")
+complete -x -c apt-file -a update -d (_ "Resync package contents from source")
+complete -r -c apt-file -a search -d (_ "Search package containing pattern")
+complete -r -c apt-file -a list -d (_ "List contents of a package matching pattern")
complete -x -c apt-file -a purge -d (_ "Remove all gz files from cache")
complete -r -c apt-file -s c -l cache -d (_ "Set cache dir")
complete -f -c apt-file -s v -l verbose -d (_ "Verbose mode")
@@ -12,6 +12,6 @@ complete -f -c apt-file -s x -l regexp -d (_ "Pattern is regexp")
complete -f -c apt-file -s V -l version -d (_ "Display version and exit")
complete -f -c apt-file -s a -l architecture -d (_ "Set arch")
complete -r -c apt-file -s s -l sources-list -a "(ls /etc/apt)" -d (_ "Set sources.list file")
-complete -f -c apt-file -s l -l package-only -d (_ "Only display pkg name")
+complete -f -c apt-file -s l -l package-only -d (_ "Only display package name")
complete -f -c apt-file -s F -l fixed-string -d (_ "Do not expand pattern")
complete -f -c apt-file -s y -l dummy -d (_ "Run in dummy mode")