diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-23 19:28:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-23 19:28:29 +0300 |
| commit | 2952fb5405eabbb9e603e90fe2e972e9bddfcadd (patch) | |
| tree | bcf78f5884e7ca0a8ce789f035782e4536617332 /cli/msg.fbs | |
| parent | 1386b6ead586da15d0285941f2d980acc1d75eee (diff) | |
Rename --allow-high-precision to --allow-hrtime (#2398)
Diffstat (limited to 'cli/msg.fbs')
| -rw-r--r-- | cli/msg.fbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs index 9e4bf658e..08e58351c 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -298,7 +298,7 @@ table PermissionsRes { write: bool; net: bool; env: bool; - high_precision: bool; + hrtime: bool; } // Note this represents The WHOLE header of an http message, not just the key |
