forked from OSchip/llvm-project
docs: Fix long-standing typo in yaml2obj.rst.
llvm-svn: 164407
This commit is contained in:
parent
2ac9fd0a82
commit
747c639c27
|
@ -6,9 +6,9 @@ yaml2obj
|
|||
yaml2obj takes a YAML description of an object file and converts it to a binary
|
||||
file.
|
||||
|
||||
$ yaml2py input-file
|
||||
$ yaml2obj input-file
|
||||
|
||||
.. program:: yaml2py
|
||||
.. program:: yaml2obj
|
||||
|
||||
Outputs the binary to stdout.
|
||||
|
||||
|
|
Loading…
Reference in New Issue