aboutsummaryrefslogtreecommitdiffstats
path: root/aoc
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2021-12-02 11:00:27 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2021-12-02 11:00:27 +0200
commit8c2d102447deca399a393af5d7e546451aeaaf53 (patch)
treec98bf6460c8bb51af67b6eb5364a7f9c866de4f5 /aoc
parentfa811780b391c3687ce1cf477515cb82b5bd345d (diff)
Improve aoc script
Diffstat (limited to 'aoc')
-rwxr-xr-xaoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/aoc b/aoc
index e04ddf6..8074537 100755
--- a/aoc
+++ b/aoc
@@ -4,7 +4,7 @@ DAY="${1}"
INPUT="${2:-input.txt}"
if [ -z "${DAY}" ]; then
- echo "usage: ${0} day01"
+ echo "usage: ${0} <daydir> [inputfile]"
exit 1
fi