aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apt-listbugs.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-listbugs.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-listbugs.fish')
-rw-r--r--share/completions/apt-listbugs.fish46
1 files changed, 23 insertions, 23 deletions
diff --git a/share/completions/apt-listbugs.fish b/share/completions/apt-listbugs.fish
index b0d45aba..c6f9a231 100644
--- a/share/completions/apt-listbugs.fish
+++ b/share/completions/apt-listbugs.fish
@@ -1,25 +1,25 @@
#apt-listbugs
-complete -c apt-listbugs -s h -l help -d (N_ "Display help and exit")
-complete -f -c apt-listbugs -s s -l severity -a "critical grave" -d (N_ "Set severity")
-complete -f -c apt-listbugs -s T -l tag -d (N_ "Tags you want to see")
-complete -f -c apt-listbugs -s S -l stats -a "outstanding 'pending upload' resolved done open" -d (N_ "Bug-status you want to see")
-complete -f -c apt-listbugs -s l -l showless -d (N_ "Ignore bugs in your system")
-complete -f -c apt-listbugs -s g -l showgreater -d (N_ "Ignore newer bugs than upgrade packages")
-complete -f -c apt-listbugs -s D -l show-downgrade -d (N_ "Bugs for downgrade packages")
-complete -f -c apt-listbugs -s H -l hostname -a "osdn.debian.or.jp" -d (N_ "Bug Tracking system")
-complete -f -c apt-listbugs -s p -l port -d (N_ "Specify port for web interface")
-complete -f -c apt-listbugs -s R -l release-critical -d (N_ "Use daily bug report")
-complete -f -c apt-listbugs -s I -l index -d (N_ "Use the raw index.db")
-complete -f -c apt-listbugs -s X -l indexdir -d (N_ "Specify index dir")
-complete -f -c apt-listbugs -s P -l pin-priority -d (N_ "Specify Pin-Priority value")
-complete -f -c apt-listbugs -l title -d (N_ "Specify the title of rss")
-complete -f -c apt-listbugs -s f -l force-download -d (N_ "Retrieve fresh bugs")
-complete -f -c apt-listbugs -s q -l quiet -d (N_ "Do not display progress bar")
-complete -f -c apt-listbugs -s c -l cache-dir -a "/var/cache/apt-listbugs/" -d (N_ "Specify local cache dir")
-complete -f -c apt-listbugs -s t -l timer -d (N_ "Specify the expire cache timer")
-complete -c apt-listbugs -s C -l aptconf -d (N_ "Specify apt config file")
-complete -f -c apt-listbugs -s y -l force-yes -d (N_ "Assume yes to all questions")
-complete -f -c apt-listbugs -s n -l force-no -d (N_ "Assume no to all questions")
-complete -c apt-listbugs -a list -d (N_ "List bugs from packages")
-complete -c apt-listbugs -a rss -d (N_ "List bugs in rss format")
+complete -c apt-listbugs -s h -l help --description "Display help and exit"
+complete -f -c apt-listbugs -s s -l severity -a "critical grave" --description "Set severity"
+complete -f -c apt-listbugs -s T -l tag --description "Tags you want to see"
+complete -f -c apt-listbugs -s S -l stats -a "outstanding 'pending upload' resolved done open" --description "Bug-status you want to see"
+complete -f -c apt-listbugs -s l -l showless --description "Ignore bugs in your system"
+complete -f -c apt-listbugs -s g -l showgreater --description "Ignore newer bugs than upgrade packages"
+complete -f -c apt-listbugs -s D -l show-downgrade --description "Bugs for downgrade packages"
+complete -f -c apt-listbugs -s H -l hostname -a "osdn.debian.or.jp" --description "Bug Tracking system"
+complete -f -c apt-listbugs -s p -l port --description "Specify port for web interface"
+complete -f -c apt-listbugs -s R -l release-critical --description "Use daily bug report"
+complete -f -c apt-listbugs -s I -l index --description "Use the raw index.db"
+complete -f -c apt-listbugs -s X -l indexdir --description "Specify index dir"
+complete -f -c apt-listbugs -s P -l pin-priority --description "Specify Pin-Priority value"
+complete -f -c apt-listbugs -l title --description "Specify the title of rss"
+complete -f -c apt-listbugs -s f -l force-download --description "Retrieve fresh bugs"
+complete -f -c apt-listbugs -s q -l quiet --description "Do not display progress bar"
+complete -f -c apt-listbugs -s c -l cache-dir -a "/var/cache/apt-listbugs/" --description "Specify local cache dir"
+complete -f -c apt-listbugs -s t -l timer --description "Specify the expire cache timer"
+complete -c apt-listbugs -s C -l aptconf --description "Specify apt config file"
+complete -f -c apt-listbugs -s y -l force-yes --description "Assume yes to all questions"
+complete -f -c apt-listbugs -s n -l force-no --description "Assume no to all questions"
+complete -c apt-listbugs -a list --description "List bugs from packages"
+complete -c apt-listbugs -a rss --description "List bugs in rss format"