Skip to content

Commit

Permalink
Less capitalization :)
Browse files Browse the repository at this point in the history
Closes: aptos-labs#3629
Approved by: tnowacki
  • Loading branch information
JoelMarcey authored and bors-libra committed Apr 29, 2020
1 parent d91685f commit 1338a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion language/move-lang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ FLAGS:
OPTIONS:
-s, --sender <address> The sender address for modules and scripts
-d, --dependencies <path-to-dependency-file>... The library files needed as dependencies
-o, --out-dir <path-to-output-directory> The Move Bytecode output directory [default: move_build_output]
-o, --out-dir <path-to-output-directory> The Move bytecode output directory [default: move_build_output]
-f, --source-files <path-to-source-file>... The source files to check and compile
```

Expand Down
2 changes: 1 addition & 1 deletion language/move-lang/src/bin/move-build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub struct Options {
)]
pub sender: Option<Address>,

/// The Move Bytecode output directory
/// The Move bytecode output directory
#[structopt(
name = "PATH_TO_OUTPUT_DIRECTORY",
short = cli::OUT_DIR_SHORT,
Expand Down

0 comments on commit 1338a91

Please sign in to comment.