Skip to content

Commit

Permalink
Fixed ::= documentation of CffCreate struct; fixes #1084
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes committed Jan 14, 2024
1 parent 5683c45 commit 2c7eb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cff/cff_create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ impl Display for CitationCff {
}
}

/// Extract the citation information from a given and valid CFF file.
/// Create a CFF from a given manifest file.
#[derive(clap::Parser, Clone)]
#[command(visible_aliases = ["cffcreate", "mkcff"])]
pub struct Create {
Expand Down

0 comments on commit 2c7eb8c

Please sign in to comment.