diff --git a/src/lib.sh b/src/lib.sh index 011d466..857b44f 100644 --- a/src/lib.sh +++ b/src/lib.sh @@ -22,7 +22,7 @@ std::mod::init clap 0.2.1 \ # the arguments and flags, for nested parsing. Subcommand might be empty in the # case no arguments were provided or a `--` was given. # -# If unset or equal to 0, `clap_arguments` will have proper parsed arguments +# If unset or equal to 0, `clap__arguments` will have proper parsed arguments # (not flags) and `clap__subcommand_arguments` will be empty. ## clap::parse() {