Update docs.rs
The doc comment was long, leading to an incorrect description on the command line
This commit is contained in:
parent
cb9a140601
commit
fbec4a9385
|
@ -1,7 +1,7 @@
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
|
||||||
#[derive(clap::Args)]
|
#[derive(clap::Args)]
|
||||||
/// Build an Aiken project
|
/// Build the documentation for an Aiken project
|
||||||
pub struct Args {
|
pub struct Args {
|
||||||
/// Path to project
|
/// Path to project
|
||||||
directory: Option<PathBuf>,
|
directory: Option<PathBuf>,
|
||||||
|
|
Loading…
Reference in New Issue