diff options
author | tstellar <tstellar@91177308-0d34-0410-b5e6-96231b3b80d8> | 2012-09-24 15:51:33 +0000 |
---|---|---|
committer | tstellar <tstellar@91177308-0d34-0410-b5e6-96231b3b80d8> | 2012-09-24 15:51:33 +0000 |
commit | 15b30104b1c9a142e99f099a9733125cf5ff5578 (patch) | |
tree | 5838b0bff236b3b0840c873fb54354c07f050503 | |
parent | 8204f48b9c2aa35c32fe7c6461cc6eba8cb06797 (diff) |
docs: Fix long-standing typo in yaml2obj.rst.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/R600/@164498 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/yaml2obj.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/yaml2obj.rst b/docs/yaml2obj.rst index cb59162e5ac..d051e7e22c0 100644 --- a/docs/yaml2obj.rst +++ b/docs/yaml2obj.rst @@ -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. |