diff options
author | crowlKats <13135287+crowlKats@users.noreply.github.com> | 2020-10-08 21:40:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 15:40:49 -0400 |
commit | c06fbc449d3a92b5a650ce5bddb28ebbfebf3aa7 (patch) | |
tree | 398cc76954258e4f974d6f5522f8332bfd714188 /cli/permissions.rs | |
parent | 6897ea8ebe39b335fe268a315a89786b3af609d6 (diff) |
Fix typos (#7882)
Diffstat (limited to 'cli/permissions.rs')
-rw-r--r-- | cli/permissions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/permissions.rs b/cli/permissions.rs index d2f58de0a..c2e11080e 100644 --- a/cli/permissions.rs +++ b/cli/permissions.rs @@ -593,7 +593,7 @@ impl Permissions { pub fn check_hrtime(&self) -> Result<(), AnyError> { self .hrtime - .check("access to high precision time", "--allow-run") + .check("access to high precision time", "--allow-hrtime") } #[allow(clippy::too_many_arguments)] |