Skip to content

Commit

Permalink
Fix typo in README (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckeogh authored and guoxbin committed Dec 22, 2019
1 parent 8438d63 commit 064dc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
| Sub command | Description | Examples | Since |
| ------------- | :------------- | ------------ | --- |
| h2s | Convert hex to string | $ dtool h2s 0x61626364 <br> abcd | v0.1.0 |
| s2h | Convert string to hex | $ dtool h2s abcd <br> 0x61626364 <br> $ cat pic.jpg &#124; dtool s2h <br> 0x61626364 | v0.1.0 |
| s2h | Convert string to hex | $ dtool s2h abcd <br> 0x61626364 <br> $ cat pic.jpg &#124; dtool s2h <br> 0x61626364 | v0.1.0 |
| ts2d | Convert timestamp to date | $ dtool ts2d 10000 <br> 1970-01-01 10:46:40 <br> $ dtool ts2d -z0 10000 <br> 1970-01-01 02:46:40 | v0.1.0 |
| d2ts | Convert date to timestamp | $ dtool d2ts '1970-01-01 10:46:40' <br> 10000 <br> $ dtool d2ts -z0 '1970-01-01 02:46:40' <br> 10000 | v0.1.0 |
| d2ts | Number system | $ dtool ns 256 <br> 256 <br> 0b100000000 <br> 0o400 <br> 0x100 <br> | v0.1.0 |
Expand Down

0 comments on commit 064dc2e

Please sign in to comment.