mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
Fix a filename to match conventions
This commit is contained in:
parent
54e8d79012
commit
609f68f3e9
@ -387,7 +387,7 @@ but we no longer get all the extra output. Let's try it:
|
||||
|
||||
```bash
|
||||
$ cargo run
|
||||
Compiling greprs v0.1.0 (file:///project/greprs)
|
||||
Compiling greprs v0.1.0 (file:///projects/greprs)
|
||||
Finished debug [unoptimized + debuginfo] target(s) in 0.48 secs
|
||||
Running `target\debug\greprs.exe`
|
||||
Problem parsing arguments: not enough arguments
|
||||
|
Loading…
Reference in New Issue
Block a user