Fix description of option

This commit is contained in:
0x1eef 2024-04-27 00:41:01 -03:00
parent e651789ed4
commit daa1122581

View file

@ -6,7 +6,7 @@ class Twenty::Command
mod.module_eval do mod.module_eval do
set_option "-d PATH", set_option "-d PATH",
"--database PATH", "--database PATH",
"The path to an alternate SQLite3 database", "The path to an alternate SQLite database",
as: String, as: String,
default: nil default: nil
end end