From 19816a43fd2e7023ad0c6df5ddd0fa82c1ae9a46 Mon Sep 17 00:00:00 2001
From: Johannes Lade
Date: Thu, 20 Nov 2025 08:34:51 +0100
Subject: [PATCH] Change argument name to --precise option in cargo update.
The argument is currently named `precise` which doesn't really make sense. Therefore it's changed to `version` because a version is what needs to specified.
---
src/doc/src/commands/cargo-update.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/doc/src/commands/cargo-update.md b/src/doc/src/commands/cargo-update.md
index 4f66c45f8df..ba3091502ab 100644
--- a/src/doc/src/commands/cargo-update.md
+++ b/src/doc/src/commands/cargo-update.md
@@ -38,7 +38,7 @@ Cannot be used with --precise.
---precise precise
+--precise version
When used with spec, allows you to specify a specific version number to set
the package to. If the package comes from a git repository, this can be a git
revision (such as a SHA hash or tag).