diff --git a/util/deps.nu b/util/deps.nu index a5bd94c8f..a35e2d98c 100644 --- a/util/deps.nu +++ b/util/deps.nu @@ -41,7 +41,7 @@ # # Or to find all crates with multiple versions (like cargo deny): # ``` -# > $dep | where versions > 1 +# > $dep | where num_versions > 1 # ``` # # Ideas to expand this: