diff options
Diffstat (limited to 'aoc')
| -rwxr-xr-x | aoc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
