Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6b771d2
)
Fix the arguments in tutorial/README
author
David Reiss
<dreiss@apache.org>
Thu, 26 Mar 2009 06:14:17 +0000
(06:14 +0000)
committer
David Reiss
<dreiss@apache.org>
Thu, 26 Mar 2009 06:14:17 +0000
(06:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@758525
13f79535
-47bb-0310-9956-
ffa450edef68
tutorial/README
patch
|
blob
|
history
diff --git
a/tutorial/README
b/tutorial/README
index
5e6f091
..
3d469a4
100644
(file)
--- a/
tutorial/README
+++ b/
tutorial/README
@@
-17,7
+17,7
@@
Tutorial
3) Compile the code for the language of your choice:
$ thrift
- $ thrift --gen cpp tutorial.thrift
+ $ thrift -
r -
-gen cpp tutorial.thrift
4) Take a look at the generated code.