Update docs.rs

The doc comment was long, leading to an incorrect description on the command line
This commit is contained in:
Pi Lanningham 2023-06-02 02:17:14 -04:00 committed by Lucas
parent cb9a140601
commit fbec4a9385
1 changed files with 1 additions and 1 deletions

View File

@ -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>,