Skip to content

Commit 173f764

Browse files
authored
Update README.md
1 parent e182da0 commit 173f764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ If you want to make a script usable across platforms, use *both* a hashbang line
108108

109109
## Expressions
110110

111-
Using the `-e`/`--eval` option a Rust expression can be evaluated directly, with optionally dependencies added using the `-d`/`--dep` option:
111+
Using the `-e`/`--expr` option a Rust expression can be evaluated directly, with optionally dependencies added using the `-d`/`--dep` option:
112112

113113
```sh
114114
$ rust-script -e '1+2'

0 commit comments

Comments
 (0)