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 //!