diff src/main/kotlin/name/blackcap/passman/ImportSubcommand.kt @ 14:4dae7a15ee48

Fix bugs found in additional round of testing.
author David Barts <n5jrn@me.com>
date Tue, 31 Jan 2023 19:07:46 -0800
parents 302d224bbd57
children 7a74ae668665
line wrap: on
line diff
--- a/src/main/kotlin/name/blackcap/passman/ImportSubcommand.kt	Tue Jan 24 20:13:13 2023 -0800
+++ b/src/main/kotlin/name/blackcap/passman/ImportSubcommand.kt	Tue Jan 31 19:07:46 2023 -0800
@@ -65,7 +65,7 @@
             die(e.message ?: "syntax error", 2)
         }
         if (commandLine.hasOption(ImportSubcommand.HELP)) {
-            HelpFormatter().printHelp("$SHORTNAME merge [options] csv_file", options)
+            HelpFormatter().printHelp("$SHORTNAME import [options] csv_file", options)
             exitProcess(0)
         }
         if (commandLine.args.isEmpty()) {