fix Usage hint

This commit is contained in:
Pascal Mages
2023-09-19 20:31:16 +02:00
committed by GitHub
parent bf85a62f66
commit 152990894e

View File

@@ -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
}