aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/gprof.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/gprof.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/gprof.fish')
-rw-r--r--share/completions/gprof.fish66
1 files changed, 33 insertions, 33 deletions
diff --git a/share/completions/gprof.fish b/share/completions/gprof.fish
index 09ad4712..1d621a25 100644
--- a/share/completions/gprof.fish
+++ b/share/completions/gprof.fish
@@ -1,34 +1,34 @@
-complete -c gprof -s A -l annoted-source -d (_ "Print annotated source")
-complete -c gprof -s b -l brief -d (_ "Do not print explanations")
-complete -c gprof -s C -l exec-counts -d (_ "Print tally")
-complete -c gprof -s i -l file-info -d (_ "Display summary")
-complete -c gprof -s I -l directory-path -d (_ "Search directories for source")
-complete -c gprof -s J -l no-annotated-source -d (_ "No annotated source")
-complete -c gprof -s L -l print-path -d (_ "Print full path of source")
-complete -c gprof -s p -l flat-profile -d (_ "Print flat profile")
-complete -c gprof -s P -l no-flat-profile -d (_ "No flat profile")
-complete -c gprof -s q -l graph -d (_ "Print call graph")
-complete -c gprof -s Q -l no-graph -d (_ "No call graph")
-complete -c gprof -s y -l separate-files -d (_ "Annotate to file")
-complete -c gprof -s Z -l no-exec-counts -d (_ "No tally")
-complete -c gprof -l function-ordering -d (_ "Suggest function ordering")
-complete -rc gprof -l file-ordering -d (_ "Suggest file ordering")
-complete -c gprof -s T -l traditional -d (_ "Traditional mode")
-complete -xc gprof -s w -l width -d (_ "Set width of output")
-complete -c gprof -s x -l all-lines -d (_ "Annotate every line")
-complete -xc gprof -l demangle -d (_ "Set demangling style")
-complete -c gprof -l no-demangle -d (_ "Turn of demangling")
-complete -xc gprof -s a -l no-static -d (_ "Supress static functions")
+complete -c gprof -s A -l annoted-source -d (N_ "Print annotated source")
+complete -c gprof -s b -l brief -d (N_ "Do not print explanations")
+complete -c gprof -s C -l exec-counts -d (N_ "Print tally")
+complete -c gprof -s i -l file-info -d (N_ "Display summary")
+complete -c gprof -s I -l directory-path -d (N_ "Search directories for source")
+complete -c gprof -s J -l no-annotated-source -d (N_ "No annotated source")
+complete -c gprof -s L -l print-path -d (N_ "Print full path of source")
+complete -c gprof -s p -l flat-profile -d (N_ "Print flat profile")
+complete -c gprof -s P -l no-flat-profile -d (N_ "No flat profile")
+complete -c gprof -s q -l graph -d (N_ "Print call graph")
+complete -c gprof -s Q -l no-graph -d (N_ "No call graph")
+complete -c gprof -s y -l separate-files -d (N_ "Annotate to file")
+complete -c gprof -s Z -l no-exec-counts -d (N_ "No tally")
+complete -c gprof -l function-ordering -d (N_ "Suggest function ordering")
+complete -rc gprof -l file-ordering -d (N_ "Suggest file ordering")
+complete -c gprof -s T -l traditional -d (N_ "Traditional mode")
+complete -xc gprof -s w -l width -d (N_ "Set width of output")
+complete -c gprof -s x -l all-lines -d (N_ "Annotate every line")
+complete -xc gprof -l demangle -d (N_ "Set demangling style")
+complete -c gprof -l no-demangle -d (N_ "Turn of demangling")
+complete -xc gprof -s a -l no-static -d (N_ "Supress static functions")
complete -xc gprof -s c -l static-call-graph
-complete -xc gprof -s D -l ignore-non-functions -d (_ "Ignore symbols not known to be functions")
-complete -xc gprof -s k -r -d (_ "Delete arcs from callgraph")
-complete -xc gprof -s l -l line -d (_ "Line by line profiling")
-complete -xc gprof -s m -l min-count -r -d (_ "Supress output when executed less than specified times")
-complete -xc gprof -s n -l time -d (_ "Only propagate times for matching symbols")
-complete -xc gprof -s N -l no-time -d (_ "Do not propagate times for matching symbols")
-complete -xc gprof -s z -l display-unused-functions -d (_ "Mention unused functions in flat profile")
-complete -xc gprof -s d -l debug -d (_ "Specify debugging options")
-complete -xc gprof -s h -l help -d (_ "Display help and exit")
-complete -xc gprof -s v -l version -d (_ "Display version and exit")
-complete -xc gprof -s O -l file-format -x -a "auto bsd 4.4bsd magic prof" -d (_ "Profile data format")
-complete -xc gprof -s s -l sum -d (_ "Print summary")
+complete -xc gprof -s D -l ignore-non-functions -d (N_ "Ignore symbols not known to be functions")
+complete -xc gprof -s k -r -d (N_ "Delete arcs from callgraph")
+complete -xc gprof -s l -l line -d (N_ "Line by line profiling")
+complete -xc gprof -s m -l min-count -r -d (N_ "Supress output when executed less than specified times")
+complete -xc gprof -s n -l time -d (N_ "Only propagate times for matching symbols")
+complete -xc gprof -s N -l no-time -d (N_ "Do not propagate times for matching symbols")
+complete -xc gprof -s z -l display-unused-functions -d (N_ "Mention unused functions in flat profile")
+complete -xc gprof -s d -l debug -d (N_ "Specify debugging options")
+complete -xc gprof -s h -l help -d (N_ "Display help and exit")
+complete -xc gprof -s v -l version -d (N_ "Display version and exit")
+complete -xc gprof -s O -l file-format -x -a "auto bsd 4.4bsd magic prof" -d (N_ "Profile data format")
+complete -xc gprof -s s -l sum -d (N_ "Print summary")