Mercurial > cgi-bin > hgweb.cgi > PassMan
comparison src/main/kotlin/name/blackcap/passman/HelpSubcommand.kt @ 13:302d224bbd57
Improve help messages and csv error reportage.
author | David Barts <n5jrn@me.com> |
---|---|
date | Tue, 24 Jan 2023 20:13:13 -0800 |
parents | a38a2a1036c3 |
children | 0fc90892a3ae |
comparison
equal
deleted
inserted
replaced
12:a38a2a1036c3 | 13:302d224bbd57 |
---|---|
11 println("list List records.") | 11 println("list List records.") |
12 println("merge Merge passwords in from another PassMan database.") | 12 println("merge Merge passwords in from another PassMan database.") |
13 println("read Retrieve data from existing record.") | 13 println("read Retrieve data from existing record.") |
14 println("rename Rename existing record.") | 14 println("rename Rename existing record.") |
15 println("update Update existing record.") | 15 println("update Update existing record.") |
16 println() | |
17 println("Database is $DB_FILE .") | |
16 } | 18 } |
17 } | 19 } |