From 1338a917dbafecdd761d8968f933631cca5b3838 Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Tue, 28 Apr 2020 12:58:11 -0700 Subject: [PATCH] Less capitalization :) Closes: #3629 Approved by: tnowacki --- language/move-lang/README.md | 2 +- language/move-lang/src/bin/move-build.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/language/move-lang/README.md b/language/move-lang/README.md index 5f91997b2bf14..b900213631351 100644 --- a/language/move-lang/README.md +++ b/language/move-lang/README.md @@ -97,7 +97,7 @@ FLAGS: OPTIONS: -s, --sender
The sender address for modules and scripts -d, --dependencies ... The library files needed as dependencies - -o, --out-dir The Move Bytecode output directory [default: move_build_output] + -o, --out-dir The Move bytecode output directory [default: move_build_output] -f, --source-files ... The source files to check and compile ``` diff --git a/language/move-lang/src/bin/move-build.rs b/language/move-lang/src/bin/move-build.rs index 43dce0381c503..8595e5af63d91 100644 --- a/language/move-lang/src/bin/move-build.rs +++ b/language/move-lang/src/bin/move-build.rs @@ -37,7 +37,7 @@ pub struct Options { )] pub sender: Option
, - /// The Move Bytecode output directory + /// The Move bytecode output directory #[structopt( name = "PATH_TO_OUTPUT_DIRECTORY", short = cli::OUT_DIR_SHORT,