diff options
author | Sean Silva <silvas@purdue.edu> | 2012-09-21 19:48:16 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-09-21 19:48:16 +0000 |
commit | fdb6ec34cd378dd2acb8032f9210c94be3e88fe9 (patch) | |
tree | 511c669faf10674d61eb47247a65a61fd1d4ae61 | |
parent | 6018944afd2931a15829223d4e3862495cb4ec7c (diff) |
docs: Fix long-standing typo in yaml2obj.rst.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164407 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 cb59162e5a..d051e7e22c 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. |