index
:
aoc-2021.git
main
Advent of Code 2021: Haskell
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
aoc
2
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