diff --git a/src/lib.rs b/src/lib.rs index f3b4548..cd79071 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,7 +25,7 @@ //! let _ = sandbox.add_exception(Exception::ExecuteAndRead("/lib".into())); //! //! // Initialize the sandbox; by default everything is prohibited. -//! let mut command = Command::new("/usr/bin/cat"); +//! let mut command = Command::new("/usr/cat"); //! command.arg(file.path()); //! let mut child = sandbox.spawn(command).unwrap(); //!