mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
commit
572e9dc7c4
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ impl<'help> App<'help> {
|
|||
/// name will only be displayed to the user when they request to print
|
||||
/// version or help and usage information.
|
||||
///
|
||||
/// See also [`app_from_crate!!`](crate::app_from_crate!) and [`crate_name!`](crate::crate_name!).
|
||||
/// See also [`app_from_crate!`](crate::app_from_crate!) and [`crate_name!`](crate::crate_name!).
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue