diff options
Diffstat (limited to 'std/examples/flags.ts')
-rw-r--r-- | std/examples/flags.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/flags.ts b/std/examples/flags.ts index d7f0fc650..a452494c5 100644 --- a/std/examples/flags.ts +++ b/std/examples/flags.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { parse } from "../flags/mod.ts"; if (import.meta.main) { |