mirror of
https://github.com/thelazyoxymoron/bitwarden-to-keepassxc-converter.git
synced 2025-08-06 01:33:31 +02:00
fix Usage hint
This commit is contained in:
@@ -41,7 +41,7 @@ type BitwardenExport struct {
|
||||
func main() {
|
||||
// Check if the correct number of arguments is provided
|
||||
if len(os.Args) != 2 {
|
||||
fmt.Println("Usage: go run main.go <jsonFilePath>")
|
||||
fmt.Println("Usage: go run json2csv.go <jsonFilePath>")
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user