Skip to content

Commit

Permalink
Upgrade (c) to 2024 in CLI (#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus authored Apr 4, 2024
1 parent cdb99ff commit 79480ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/jbang/cli/JBang.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import picocli.CommandLine.Model.CommandSpec;
import picocli.CommandLine.Model.UsageMessageSpec;

@Command(name = "jbang", header = "${COMMAND-NAME} is a tool for building and running .java/.jsh scripts and jar packages.", footer = "\nCopyright: 2020-2023 jbang.dev contributors, License: MIT\nWebsite: https://jbang.dev", description = {
@Command(name = "jbang", header = "${COMMAND-NAME} is a tool for building and running .java/.jsh scripts and jar packages.", footer = "\nCopyright: 2020-2024 jbang.dev contributors, License: MIT\nWebsite: https://jbang.dev", description = {
"",
" ${COMMAND-NAME} init hello.java [args...]",
" (to initialize a script)",
Expand Down

0 comments on commit 79480ab

Please sign in to comment.