Commit f761ad58 authored by Davis King's avatar Davis King

Added message about -h

parent 809c9fb2
...@@ -1156,6 +1156,9 @@ int main(int argc, char** argv) ...@@ -1156,6 +1156,9 @@ int main(int argc, char** argv)
} }
editor.wait_until_closed(); editor.wait_until_closed();
} }
cout << "Invalid command, give -h to see options." << endl;
return EXIT_FAILURE;
} }
catch (exception& e) catch (exception& e)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment