diff options
Diffstat (limited to 'core/flags.rs')
-rw-r--r-- | core/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/flags.rs b/core/flags.rs index 78ed08125..119dfb161 100644 --- a/core/flags.rs +++ b/core/flags.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. /// Pass the command line arguments to v8. /// Returns a vector of command line arguments that V8 did not understand. |