aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/nm.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/nm.fish')
-rw-r--r--share/completions/nm.fish6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/completions/nm.fish b/share/completions/nm.fish
index 832d3192..eb990981 100644
--- a/share/completions/nm.fish
+++ b/share/completions/nm.fish
@@ -7,7 +7,7 @@ complete -c nm -s A -l print-file-name -d 'Print name of the input file before e
complete -c nm -l no-demangle -d 'Do not demangle low-level symbol names'
complete -c nm -s D -l dynamic -d 'Display dynamic symbols instead of normal symbols'
complete -c nm -l defined-only -d 'Display only defined symbols'
-complete -c nm -s f -l format=FORMAT -d 'Use the output format FORMAT. FORMAT can be "bsd", "sysv" or "posix". The default is "bsd"'
+complete -c nm -s f -l format -d 'Use the output format FORMAT. The default is "bsd"' -a 'bsd sysv posix'
complete -c nm -s g -l extern-only -d 'Display only external symbols'
complete -c nm -s l -l line-numbers -d 'Use debugging information to find a filename and line number for each symbol'
complete -c nm -s n -l numeric-sort -d 'Sort symbols numerically by address'
@@ -21,8 +21,8 @@ complete -c nm -s s -l print-armap -d 'Include index for symbols from arch
complete -c nm -l size-sort -d 'Sort symbols by size'
complete -c nm -l special-syms -d 'Include special symbols in the output'
complete -c nm -l synthetic -d 'Display synthetic symbols as well'
-complete -c nm -s t -l radix=RADIX -d 'Use RADIX for printing symbol values'
-complete -c nm -l target=BFDNAME -d 'Specify the target object format as BFDNAME'
+complete -c nm -s t -l radix -d 'Use RADIX for printing symbol values'
+complete -c nm -l target -d 'Specify the target object format as BFDNAME'
complete -c nm -s u -l undefined-only -d 'Display only undefined symbols'
complete -c nm -s h -l help -d 'Display this information'
complete -c nm -s V -l version -d "Display this program's version number"