aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash/benchmark.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-06-14 11:33:27 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-06-14 11:33:27 -0700
commit193c529b8c9529c4303aeb3a8864dfee9b1d2485 (patch)
treecefad76a85ae260c2b49ce8a613a778de562cb30 /lib/std/hash/benchmark.zig
parent5a4249fa25ab789a8c060e5ba71ca8b0358e9c8d (diff)
downloadzig-193c529b8c9529c4303aeb3a8864dfee9b1d2485.tar.gz
zig-193c529b8c9529c4303aeb3a8864dfee9b1d2485.zip
CLI: rename --override-lib-dir to --zig-lib-dir
This breaking change disambiguates between overriding the lib dir when performing an installation with the Zig Build System, and overriding the lib dir that the Zig installation itself uses.
Diffstat (limited to 'lib/std/hash/benchmark.zig')
-rw-r--r--lib/std/hash/benchmark.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/hash/benchmark.zig b/lib/std/hash/benchmark.zig
index 4762068c0e..5a86afa056 100644
--- a/lib/std/hash/benchmark.zig
+++ b/lib/std/hash/benchmark.zig
@@ -3,7 +3,7 @@
// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
// The MIT license requires this copyright notice to be included in all copies
// and substantial portions of the software.
-// zig run benchmark.zig --release-fast --override-lib-dir ..
+// zig run benchmark.zig --release-fast --zig-lib-dir ..
const builtin = std.builtin;
const std = @import("std");