docs: Fix long-standing typo in yaml2obj.rst.

llvm-svn: 164407
This commit is contained in:
Sean Silva 2012-09-21 19:48:16 +00:00
parent 2ac9fd0a82
commit 747c639c27
1 changed files with 2 additions and 2 deletions

View File

@ -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.