aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-097/abigail/lua/ch-2.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-097/abigail/lua/ch-2.lua b/challenge-097/abigail/lua/ch-2.lua
index 36a1a9098e..0136c0c1e5 100644
--- a/challenge-097/abigail/lua/ch-2.lua
+++ b/challenge-097/abigail/lua/ch-2.lua
@@ -18,7 +18,7 @@ then sections = arg [2] + 0
end
if sections < 0
-then io . stderr : write ("Requires a '-s SECTION' option\n")
+then io . stderr : write ("Requires a '-s SECTIONS' option\n")
os . exit (1)
end