aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apt-show-source.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-16 11:18:28 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-16 11:18:28 +1000
commit34e27ff4c216e2d379afba19fed2761a684697d8 (patch)
treea1429d6c9796caf54c3f4d440e740a88e3aa76aa /share/completions/apt-show-source.fish
parent47588c8e75f56f6065a4eb6d4e3bccbad4fab14e (diff)
Drop use of the N_ no-op for translation descriptions. Instead, tell xgettext that any token following '--description' should be translated. This should greatly speed up completion loading on platforms where fork() is slow. (Hi, OS X)
darcs-hash:20070116011828-ac50b-fb923dc877869ded4d506bbe0bc5364eea44092f.gz
Diffstat (limited to 'share/completions/apt-show-source.fish')
-rw-r--r--share/completions/apt-show-source.fish18
1 files changed, 9 insertions, 9 deletions
diff --git a/share/completions/apt-show-source.fish b/share/completions/apt-show-source.fish
index 0ab5c32f..fe130828 100644
--- a/share/completions/apt-show-source.fish
+++ b/share/completions/apt-show-source.fish
@@ -1,10 +1,10 @@
#apt-show-source
-complete -c apt-show-source -s h -l help -d (N_ 'Display help and exit')
-complete -r -c apt-show-source -l status-file -d (N_ 'Read package from file') -f
-complete -r -c apt-show-source -o stf -d (N_ 'Read package from file') -f
-complete -r -c apt-show-source -l list-dir -a '(ls -Fp .|sgrep /\$) /var/lib/apt/lists' -d (N_ 'Specify APT list dir')
-complete -r -c apt-show-source -o ld -a '(ls -Fp .|sgrep /\$) /var/lib/apt/lists' -d (N_ 'Specify APT list dir')
-complete -r -c apt-show-source -s p -l package -a '(apt-cache pkgnames)' -d (N_ 'List PKG info')
-complete -f -c apt-show-source -l version-only -d (N_ 'Display version and exit')
-complete -f -c apt-show-source -s a -l all -d (N_ 'Print all source packages with version')
-complete -f -c apt-show-source -s v -l verbose -d (N_ 'Verbose mode')
+complete -c apt-show-source -s h -l help --description 'Display help and exit'
+complete -r -c apt-show-source -l status-file --description 'Read package from file' -f
+complete -r -c apt-show-source -o stf --description 'Read package from file' -f
+complete -r -c apt-show-source -l list-dir -a '(ls -Fp .|sgrep /\$) /var/lib/apt/lists' --description 'Specify APT list dir'
+complete -r -c apt-show-source -o ld -a '(ls -Fp .|sgrep /\$) /var/lib/apt/lists' --description 'Specify APT list dir'
+complete -r -c apt-show-source -s p -l package -a '(apt-cache pkgnames)' --description 'List PKG info'
+complete -f -c apt-show-source -l version-only --description 'Display version and exit'
+complete -f -c apt-show-source -s a -l all --description 'Print all source packages with version'
+complete -f -c apt-show-source -s v -l verbose --description 'Verbose mode'