X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-elftohex%2Fao-elftohex.1;h=859d26785fe06215d790af361462b009d974563b;hb=HEAD;hp=e52e6f5a5625ac1fc7b39e0129d484f2b06ebbc7;hpb=14204e3d147ad99cc249ad8de254809180fe5c38;p=fw%2Faltos diff --git a/ao-tools/ao-elftohex/ao-elftohex.1 b/ao-tools/ao-elftohex/ao-elftohex.1 index e52e6f5a..859d2678 100644 --- a/ao-tools/ao-elftohex/ao-elftohex.1 +++ b/ao-tools/ao-elftohex/ao-elftohex.1 @@ -18,15 +18,15 @@ .\" .TH AO-LOAD 1 "ao-elftohex" "" .SH NAME -ao-elftohex \- convert a program to IHX format +ao-elftohex \- convert programs to IHX format .SH SYNOPSIS .B "ao-elftohex" [\--output-\fIoutput.ihx\fP] [\--verbose] -\fIinput.elf\fP +\fIinput.elf ...\fP .SH DESCRIPTION .I ao-elftohex -reads the specified .elf file and writes out a .ihx version. +reads the specified .elf files and writes out a .ihx version. .SH OPTIONS .TP \--output=\fIoutput.ihx\fP @@ -34,5 +34,10 @@ This specifies the output file (default is stdout) .TP \--verbose Dumps some debug information. +.TP +\--nosym +Excluded symbol table information from the resulting file. This +information is a non-standard extension supported by the Altus Metrum +tools. .SH AUTHOR Keith Packard