Merge branch 'doc-typo' into 'dev'
fix definition of predecessor_timestamp See merge request ligolang/ligo!299
This commit is contained in:
commit
387a248100
@ -90,7 +90,7 @@ let predecessor_timestamp =
|
||||
let open Arg in
|
||||
let info =
|
||||
let docv = "PREDECESSOR_TIMESTAMP" in
|
||||
let doc = "$(docv) is the pedecessor_timestamp (now value) the michelson interpreter will use (e.g. '2000-01-01T10:10:10Z')" in
|
||||
let doc = "$(docv) is the pedecessor_timestamp (now value minus one minute) the michelson interpreter will use (e.g. '2000-01-01T10:10:10Z')" in
|
||||
info ~docv ~doc ["predecessor-timestamp"] in
|
||||
value @@ opt (some string) None info
|
||||
|
||||
|
@ -198,8 +198,9 @@ let%expect_test _ =
|
||||
are 'text' (default), 'json' and 'hex'.
|
||||
|
||||
--predecessor-timestamp=PREDECESSOR_TIMESTAMP
|
||||
PREDECESSOR_TIMESTAMP is the pedecessor_timestamp (now value) the
|
||||
michelson interpreter will use (e.g. '2000-01-01T10:10:10Z')
|
||||
PREDECESSOR_TIMESTAMP is the pedecessor_timestamp (now value minus
|
||||
one minute) the michelson interpreter will use (e.g.
|
||||
'2000-01-01T10:10:10Z')
|
||||
|
||||
-s SYNTAX, --syntax=SYNTAX (absent=auto)
|
||||
SYNTAX is the syntax that will be used. Currently supported
|
||||
@ -263,8 +264,9 @@ let%expect_test _ =
|
||||
are 'text' (default), 'json' and 'hex'.
|
||||
|
||||
--predecessor-timestamp=PREDECESSOR_TIMESTAMP
|
||||
PREDECESSOR_TIMESTAMP is the pedecessor_timestamp (now value) the
|
||||
michelson interpreter will use (e.g. '2000-01-01T10:10:10Z')
|
||||
PREDECESSOR_TIMESTAMP is the pedecessor_timestamp (now value minus
|
||||
one minute) the michelson interpreter will use (e.g.
|
||||
'2000-01-01T10:10:10Z')
|
||||
|
||||
-s SYNTAX, --syntax=SYNTAX (absent=auto)
|
||||
SYNTAX is the syntax that will be used. Currently supported
|
||||
@ -324,8 +326,9 @@ let%expect_test _ =
|
||||
`plain' whenever the TERM env var is `dumb' or undefined.
|
||||
|
||||
--predecessor-timestamp=PREDECESSOR_TIMESTAMP
|
||||
PREDECESSOR_TIMESTAMP is the pedecessor_timestamp (now value) the
|
||||
michelson interpreter will use (e.g. '2000-01-01T10:10:10Z')
|
||||
PREDECESSOR_TIMESTAMP is the pedecessor_timestamp (now value minus
|
||||
one minute) the michelson interpreter will use (e.g.
|
||||
'2000-01-01T10:10:10Z')
|
||||
|
||||
-s SYNTAX, --syntax=SYNTAX (absent=auto)
|
||||
SYNTAX is the syntax that will be used. Currently supported
|
||||
@ -382,8 +385,9 @@ let%expect_test _ =
|
||||
`plain' whenever the TERM env var is `dumb' or undefined.
|
||||
|
||||
--predecessor-timestamp=PREDECESSOR_TIMESTAMP
|
||||
PREDECESSOR_TIMESTAMP is the pedecessor_timestamp (now value) the
|
||||
michelson interpreter will use (e.g. '2000-01-01T10:10:10Z')
|
||||
PREDECESSOR_TIMESTAMP is the pedecessor_timestamp (now value minus
|
||||
one minute) the michelson interpreter will use (e.g.
|
||||
'2000-01-01T10:10:10Z')
|
||||
|
||||
-s SYNTAX, --syntax=SYNTAX (absent=auto)
|
||||
SYNTAX is the syntax that will be used. Currently supported
|
||||
@ -435,8 +439,9 @@ let%expect_test _ =
|
||||
`plain' whenever the TERM env var is `dumb' or undefined.
|
||||
|
||||
--predecessor-timestamp=PREDECESSOR_TIMESTAMP
|
||||
PREDECESSOR_TIMESTAMP is the pedecessor_timestamp (now value) the
|
||||
michelson interpreter will use (e.g. '2000-01-01T10:10:10Z')
|
||||
PREDECESSOR_TIMESTAMP is the pedecessor_timestamp (now value minus
|
||||
one minute) the michelson interpreter will use (e.g.
|
||||
'2000-01-01T10:10:10Z')
|
||||
|
||||
-s SYNTAX, --syntax=SYNTAX (absent=auto)
|
||||
SYNTAX is the syntax that will be used. Currently supported
|
||||
|
@ -40,4 +40,6 @@
|
||||
(executable
|
||||
(name Unlexer)
|
||||
(libraries str)
|
||||
(preprocess
|
||||
(pps bisect_ppx --conditional))
|
||||
(modules Unlexer))
|
||||
|
@ -44,4 +44,6 @@
|
||||
(executable
|
||||
(name Unlexer)
|
||||
(libraries str)
|
||||
(preprocess
|
||||
(pps bisect_ppx --conditional))
|
||||
(modules Unlexer))
|
||||
|
Loading…
Reference in New Issue
Block a user