aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apt-build.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/apt-build.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/apt-build.fish')
-rw-r--r--share/completions/apt-build.fish54
1 files changed, 27 insertions, 27 deletions
diff --git a/share/completions/apt-build.fish b/share/completions/apt-build.fish
index 9a1387cb..9b1ea5e2 100644
--- a/share/completions/apt-build.fish
+++ b/share/completions/apt-build.fish
@@ -1,29 +1,29 @@
#apt-build
-complete -c apt-build -l help -d (_ "Display help and exit")
-complete -f -c apt-build -a update -d (_ "Update list of packages")
-complete -f -c apt-build -a upgrade -d (_ "Upgrade packages")
-complete -f -c apt-bulid -a world -d (_ "Rebuild your system")
-complete -x -c apt-build -a install -d (_ "Build and install a new package")
-complete -x -c apt-build -a source -d (_ "Download and extract a source")
-complete -x -c apt-build -a info -d (_ "Info on a package")
-complete -x -c apt-build -a remove -d (_ "Remove packages")
-complete -x -c apt-build -a clean-build -d (_ "Erase built packages")
-complete -x -c apt-build -a build-source -d (_ "Build source without install")
-complete -x -c apt-build -a clean-sources -d (_ "Clean source directories")
-complete -x -c apt-build -a update-source -d (_ "Update source and rebuild")
-complete -x -c apt-build -a update-repository -d (_ "Update the repository")
-complete -f -c apt-build -l nowrapper -d (_ "Do not use gcc wrapper")
-complete -f -c apt-build -l remove-builddep -d (_ "Remove build-dep")
-complete -f -c apt-build -l no-source -d (_ "Do not download source")
-complete -f -c apt-build -l build-dir -d (_ "Specify build-dir")
-complete -f -c apt-build -l rebuild -d (_ "Rebuild a package")
-complete -f -c apt-build -l reinstall -d (_ "Rebuild and install an installed package")
-complete -r -f -c apt-build -l build-command -d (_ "Use <command> to build")
-complete -r -c apt-build -l patch -d (_ "Apply <file> patch")
-complete -c apt-build -s p -l patch-strip -d (_ "Prefix to strip on patch")
-complete -c apt-build -s y -l yes -d (_ "Assume yes to all questions")
-complete -c apt-build -l purge -d (_ "Use purge instead of remove")
-complete -c apt-build -l noupdate -d (_ "Do not run update")
-complete -r -c apt-build -l source-list -d (_ "Specify sources.list file")
-complete -f -c apt-build -s v -l version -d (_ "Display version and exit")
+complete -c apt-build -l help -d (N_ "Display help and exit")
+complete -f -c apt-build -a update -d (N_ "Update list of packages")
+complete -f -c apt-build -a upgrade -d (N_ "Upgrade packages")
+complete -f -c apt-bulid -a world -d (N_ "Rebuild your system")
+complete -x -c apt-build -a install -d (N_ "Build and install a new package")
+complete -x -c apt-build -a source -d (N_ "Download and extract a source")
+complete -x -c apt-build -a info -d (N_ "Info on a package")
+complete -x -c apt-build -a remove -d (N_ "Remove packages")
+complete -x -c apt-build -a clean-build -d (N_ "Erase built packages")
+complete -x -c apt-build -a build-source -d (N_ "Build source without install")
+complete -x -c apt-build -a clean-sources -d (N_ "Clean source directories")
+complete -x -c apt-build -a update-source -d (N_ "Update source and rebuild")
+complete -x -c apt-build -a update-repository -d (N_ "Update the repository")
+complete -f -c apt-build -l nowrapper -d (N_ "Do not use gcc wrapper")
+complete -f -c apt-build -l remove-builddep -d (N_ "Remove build-dep")
+complete -f -c apt-build -l no-source -d (N_ "Do not download source")
+complete -f -c apt-build -l build-dir -d (N_ "Specify build-dir")
+complete -f -c apt-build -l rebuild -d (N_ "Rebuild a package")
+complete -f -c apt-build -l reinstall -d (N_ "Rebuild and install an installed package")
+complete -r -f -c apt-build -l build-command -d (N_ "Use <command> to build")
+complete -r -c apt-build -l patch -d (N_ "Apply <file> patch")
+complete -c apt-build -s p -l patch-strip -d (N_ "Prefix to strip on patch")
+complete -c apt-build -s y -l yes -d (N_ "Assume yes to all questions")
+complete -c apt-build -l purge -d (N_ "Use purge instead of remove")
+complete -c apt-build -l noupdate -d (N_ "Do not run update")
+complete -r -c apt-build -l source-list -d (N_ "Specify sources.list file")
+complete -f -c apt-build -s v -l version -d (N_ "Display version and exit")