aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/configure.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-03-02 02:53:47 +1000
committerGravatar axel <axel@liljencrantz.se>2006-03-02 02:53:47 +1000
commitc2f6c6c1d2be2c67d55855cd2151c1f82382c172 (patch)
tree36d3a284c8a6d63cca5e10f8e931a7a829bbfdda /share/completions/configure.fish
parent7726cffdabead968f0b9e1394333851f760671b1 (diff)
Do gettext translation of descriptions just-in-time internally in fish
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
Diffstat (limited to 'share/completions/configure.fish')
-rw-r--r--share/completions/configure.fish24
1 files changed, 12 insertions, 12 deletions
diff --git a/share/completions/configure.fish b/share/completions/configure.fish
index 8325b573..c693f6b7 100644
--- a/share/completions/configure.fish
+++ b/share/completions/configure.fish
@@ -1,12 +1,12 @@
-complete -c configure -s h -l help -x -a "short recursive" -d (_ "Display help and exit")
-complete -c configure -s V -l version -d (_ "Display version and exit")
-complete -c configure -s q -l quiet -d (_ "Quiet mode")
-complete -c configure -l cache-file -f -d (_ "Cache test results in specified file")
-complete -c configure -s C -l config-cache -d (_ "Cache test results in file config.cache")
-complete -c configure -s n -l no-create -d (_ "Do not create output files")
-complete -c configure -l srcdir -d (_ "Set source directory") -a "__fish_complete_directory (commandline -ct)" -x
-complete -c configure -l prefix -d (_ "Architecture-independent install directory") -a "__fish_complete_directory (commandline -ct)" -x
-complete -c configure -l exec-prefix -d (_ "Architecture-dependent install directory") -a "__fish_complete_directory (commandline -ct)" -x
-complete -c configure -l build -d (_ "Configure for building on BUILD") -x
-complete -c configure -l host -d (_ "Cross-compile to build programs to run on HOST") -x
-complete -c configure -l target -d (_ "Configure for building compilers for TARGET") -x -u
+complete -c configure -s h -l help -x -a "short recursive" -d (N_ "Display help and exit")
+complete -c configure -s V -l version -d (N_ "Display version and exit")
+complete -c configure -s q -l quiet -d (N_ "Quiet mode")
+complete -c configure -l cache-file -f -d (N_ "Cache test results in specified file")
+complete -c configure -s C -l config-cache -d (N_ "Cache test results in file config.cache")
+complete -c configure -s n -l no-create -d (N_ "Do not create output files")
+complete -c configure -l srcdir -d (N_ "Set source directory") -a "__fish_complete_directory (commandline -ct)" -x
+complete -c configure -l prefix -d (N_ "Architecture-independent install directory") -a "__fish_complete_directory (commandline -ct)" -x
+complete -c configure -l exec-prefix -d (N_ "Architecture-dependent install directory") -a "__fish_complete_directory (commandline -ct)" -x
+complete -c configure -l build -d (N_ "Configure for building on BUILD") -x
+complete -c configure -l host -d (N_ "Cross-compile to build programs to run on HOST") -x
+complete -c configure -l target -d (N_ "Configure for building compilers for TARGET") -x -u