Skip to content

Commit e925cda

Browse files
authored
Fixup error log string (#13)
1 parent d12e5c5 commit e925cda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csbench.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func main() {
250250
}
251251

252252
if *tearDown && !(*domainFlag || *networkFlag || *vmFlag || *volumeFlag) {
253-
log.Fatal("Please provide one of the following options with teardown: -domain, -limits, -network, -vm, -volume")
253+
log.Fatal("Please provide one of the following options with teardown: -domain, -network, -vm, -volume")
254254
}
255255

256256
switch *format {

0 commit comments

Comments
 (0)