| commit | e925cda4b6c44db3ca06755259042105185b70ec | [log] [tgz] |
|---|---|---|
| author | Vishesh <vishesh92@gmail.com> | Tue Jan 09 14:41:47 2024 +0530 |
| committer | GitHub <noreply@github.com> | Tue Jan 09 11:11:47 2024 +0200 |
| tree | 94a7f68ed898d4f276f7c2e10a0c054ed58b9102 | |
| parent | d12e5c5d222c069744250112193fc9667ff46524 [diff] |
Fixup error log string (#13)
diff --git a/csbench.go b/csbench.go index 09ffe12..15591eb 100644 --- a/csbench.go +++ b/csbench.go
@@ -250,7 +250,7 @@ } if *tearDown && !(*domainFlag || *networkFlag || *vmFlag || *volumeFlag) { - log.Fatal("Please provide one of the following options with teardown: -domain, -limits, -network, -vm, -volume") + log.Fatal("Please provide one of the following options with teardown: -domain, -network, -vm, -volume") } switch *format {