Skip to content

Commit

Permalink
darwin and linux 1.0.7, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyuan-xia committed Mar 2, 2018
1 parent 735fd50 commit 553936a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
## 录制和重放
录制或重放触屏事件,输入 `appetizer trace`:
```
用法: appetizer trace [-h] {info,replay,record} ...
用法: appetizer trace [-h] {info,describe,replay,record} ...
参数说明:
{info,replay,record} 操作
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Check if the trace is good:
```
appetizer trace info mytrace.trace
```
Again, it shows a JSON about the recorded trace, showing the screen resolution, time length, how many fingers, etc.
Again, it shows a JSON about the recorded trace, showing the screen resolution, time length, how many fingers, etc. To modify the description of this trace, use `appetizer trace describe mytrace.trace "the description to be added"`.

Next replay the trace back to see how it goes:
```
Expand Down
Binary file modified darwin/appetizer
100755 → 100644
Binary file not shown.
Binary file modified linux/appetizer
100755 → 100644
Binary file not shown.

0 comments on commit 553936a

Please sign in to comment.