diff --git a/src/doc/man/cargo-add.md b/src/doc/man/cargo-add.md
index c441a82b2ffe..3c15fc9d5dba 100644
--- a/src/doc/man/cargo-add.md
+++ b/src/doc/man/cargo-add.md
@@ -123,6 +123,15 @@ crates, the features for a specific crate may be enabled with
which enables all specified features.
{{/option}}
+{{#option "`--ignore-rust-version`" }}
+Ignore `rust-version` specification in packages.
+
+This option is unstable and available only on the
+[nightly channel](https://doc.rust-lang.org/book/appendix-07-nightly-rust.html)
+and requires the `-Z unstable-options` flag to enable.
+See --ignore-rust-version
rust-version
specification in packages.
This option is unstable and available only on the
+nightly channel
+and requires the -Z unstable-options
flag to enable.
+See https://github.com/rust-lang/cargo/issues/5579 for more information.
+
+
diff --git a/src/etc/man/cargo-add.1 b/src/etc/man/cargo-add.1
index 086a561fd651..f69e6d0db2f2 100644
--- a/src/etc/man/cargo-add.1
+++ b/src/etc/man/cargo-add.1
@@ -140,6 +140,16 @@ crates, the features for a specific crate may be enabled with
\fBpackage\-name/feature\-name\fR syntax. This flag may be specified multiple times,
which enables all specified features.
.RE
+.sp
+\fB\-\-ignore\-rust\-version\fR
+.RS 4
+Ignore \fBrust\-version\fR specification in packages.
+.sp
+This option is unstable and available only on the
+\fInightly channel\fR