Browse Source

Fix missing documentation

Oliver Youle 2 years ago
parent
commit
f1bc6813e0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      bin/aoc-2021

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ PERL5LIB=lib bin/aoc-2021 --day <day> --input <path/to/input/file>
 
     The day to return the solution for. Must be an integer.
 
-- `-i/--input`
+- `-i/--input <path/to/input/file>`
 
     Path to a file to load the input data from.
 

+ 1 - 1
bin/aoc-2021

@@ -39,7 +39,7 @@ GetOptions(
 
 The day to return the solution for. Must be an integer.
 
-=item -i/--input
+=item -i/--input <path/to/input/file>
 
 Path to a file to load the input data from.