Skip to content

Commit c98d29b

Browse files
committed
Missed --noupdate -> --dryrun change in ReadMe (via @aggressivepixels)
1 parent ddad1d5 commit c98d29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cd stm_app
4747
cargo run -- --project "path_to_any_of_your_local_projects"
4848
```
4949

50-
The app will access `.git` folder inside `path_to_any_of_your_local_projects` directory and create an anonymous profile with your first report on _stackmuncher.com_. Add `--noupdate` flag to generate a report without creating a profile or submitting any data to the Directory. Look at the log printed by the app for details to examine the prepared report.
50+
The app will access `.git` folder inside `path_to_any_of_your_local_projects` directory and create an anonymous profile with your first report on _stackmuncher.com_. Add `--dryrun` flag to generate a report without creating a profile or submitting any data to the Directory. Look at the log printed by the app for details to examine the prepared report.
5151

5252
The **default config** of the app assumes that it is run on a development machine from the root folder of a repository you made commits to.
5353

0 commit comments

Comments
 (0)