Skip to content

Commit

Permalink
timestamp-offset option added
Browse files Browse the repository at this point in the history
  • Loading branch information
moneroexamples committed Jun 26, 2016
1 parent e1104cf commit 398d0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ parse_options(int acc, const char *avv[], map<string, string>& options)
("since", po::value<uint64_t>()->default_value(0),
"from when to fetch the past orders")
("timestamp-offset", po::value<int64_t>()->default_value(0),
"offset, in seconds, between your timezone and UTC+08:00")
"offset, in seconds, between your and btcmarkerts timestamps")
("order-id", po::value<uint64_t>(),
"id number of an order to cancel or check details");

Expand Down

0 comments on commit 398d0a9

Please sign in to comment.