File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ See more about [installation](/installation).
3636
3737Once ** bashunit** is installed, you're ready to get started.
3838
39- You can bootstrap a ready to use test suite with the ` -- init` option :
39+ You can bootstrap a ready to use test suite with the ` init ` subcommand :
4040
4141``` bash
42- ./lib/bashunit -- init tests
42+ ./lib/bashunit init tests
4343```
4444
4545This will create a ` tests ` directory containing a sample test and bootstrap file.
@@ -87,7 +87,7 @@ Alternatively, create your tests manually:
8787If you prefer hands-on learning, bashunit includes an interactive tutorial:
8888
8989` ` ` bash
90- ./lib/bashunit -- learn
90+ ./lib/bashunit learn
9191` ` `
9292
9393This will guide you through 10 progressive lessons covering all major features with practical exercises and immediate feedback.
You can’t perform that action at this time.
0 commit comments