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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
}