1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00

docs: more clearer explanation

This commit is contained in:
Natapat Samutpong 2022-02-11 18:16:13 +07:00
parent a5b633a98d
commit a0f30d19ef

View file

@ -15,7 +15,7 @@ pub struct Args {
#[derive(Subcommand, Debug)]
pub enum Options {
#[clap(about = "Compile a file.")]
#[clap(about = "Compile an input file.")]
Compile {
/// The input file to compile.
#[clap(parse(from_os_str))]