summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/flint.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flint.cr b/src/flint.cr
index 02fdd85..d6de3f4 100644
--- a/src/flint.cr
+++ b/src/flint.cr
@@ -63,7 +63,7 @@ module Flint
parser.on("-m CELLS", "--memory-size=CELLS", "specify the number of memory cells available, defaults vary depending on language") do |_cells|
language_options[:memory_size] = _cells
end
- parser.on("--supported-languages", "print a list of languages supported by flinti and exit") do
+ parser.on("--supported-languages", "print a list of languages supported by flint and exit") do
puts "Languages supported by flint (not guaranteed to be fully implemented):"
Language.names.each { |name| puts name }
exit(0)