aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apt-listchanges.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-listchanges.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-listchanges.fish')
-rw-r--r--share/completions/apt-listchanges.fish24
1 files changed, 12 insertions, 12 deletions
diff --git a/share/completions/apt-listchanges.fish b/share/completions/apt-listchanges.fish
index c02c9585..770cbf06 100644
--- a/share/completions/apt-listchanges.fish
+++ b/share/completions/apt-listchanges.fish
@@ -1,13 +1,13 @@
#apt-listchanges
-complete -c apt-listchanges -l help -d (N_ "Display help and exit")
-complete -c apt-listchanges -l apt -d (N_ "Read filenames from pipe")
-complete -f -c apt-listchanges -s v -l verbose -d (N_ "Verbose mode")
-complete -f -c apt-listchanges -s f -l frontend -a "pager browser xterm-pager xterm-browser text mail none" -d (N_ "Select frontend interface")
-complete -r -f -c apt-listchanges -l email-address -d (N_ "Specify email address")
-complete -f -c apt-listchanges -s c -l confirm -d (N_ "Ask confirmation")
-complete -f -c apt-listchanges -s a -l all -d (N_ "Display all changelogs")
-complete -r -c apt-listchanges -l save_seen -d (N_ "Avoid changelogs from db in named file")
-complete -r -f -c apt-listchanges -l which -a "news changelogs both" -d (N_ "Select display")
-complete -f -c apt-listchanges -s h -l headers -d (N_ "Insert header")
-complete -f -c apt-listchanges -l debug -d (N_ "Display debug info")
-complete -r -c apt-listchanges -l profile -d (N_ "Select an option profile")
+complete -c apt-listchanges -l help --description "Display help and exit"
+complete -c apt-listchanges -l apt --description "Read filenames from pipe"
+complete -f -c apt-listchanges -s v -l verbose --description "Verbose mode"
+complete -f -c apt-listchanges -s f -l frontend -a "pager browser xterm-pager xterm-browser text mail none" --description "Select frontend interface"
+complete -r -f -c apt-listchanges -l email-address --description "Specify email address"
+complete -f -c apt-listchanges -s c -l confirm --description "Ask confirmation"
+complete -f -c apt-listchanges -s a -l all --description "Display all changelogs"
+complete -r -c apt-listchanges -l save_seen --description "Avoid changelogs from db in named file"
+complete -r -f -c apt-listchanges -l which -a "news changelogs both" --description "Select display"
+complete -f -c apt-listchanges -s h -l headers --description "Insert header"
+complete -f -c apt-listchanges -l debug --description "Display debug info"
+complete -r -c apt-listchanges -l profile --description "Select an option profile"