From a0f30d19ef4f2e17bef92010c7556392b60a26aa Mon Sep 17 00:00:00 2001 From: Natapat Samutpong Date: Fri, 11 Feb 2022 18:16:13 +0700 Subject: [PATCH] docs: more clearer explanation --- src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/args.rs b/src/args.rs index 9b0f5b2..6a209c3 100644 --- a/src/args.rs +++ b/src/args.rs @@ -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))]