From 3d4df5b03cf55fbcfe8b0aabb29701e74015578d Mon Sep 17 00:00:00 2001 From: TechiePi Date: Thu, 13 Oct 2022 19:34:28 +0200 Subject: [PATCH] Update usage of ``docstring-to-rustdoc.rs`` --- ctru-sys/src/bin/docstring-to-rustdoc.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctru-sys/src/bin/docstring-to-rustdoc.rs b/ctru-sys/src/bin/docstring-to-rustdoc.rs index cc133c5..10ffed6 100644 --- a/ctru-sys/src/bin/docstring-to-rustdoc.rs +++ b/ctru-sys/src/bin/docstring-to-rustdoc.rs @@ -2,8 +2,8 @@ //! //! # Usage //! -//! `cargo run --bin docstring-to-rustdoc -- [location of the bindings.rs]` -//! Example: `cargo run --bin docstring-to-rustdoc -- src/bindings.rs` +//! `cargo run --bin docstring-to-rustdoc --features="build-binary" -- [location of the bindings.rs]` +//! Example: `cargo run --bin docstring-to-rustdoc --features="build-binary" -- src/bindings.rs` //! //! # Transformations //!