Skip to content

Commit 674c608

Browse files
authored
Fix indentation
1 parent 0124607 commit 674c608

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

tutorial/gettingstarted.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,25 @@ Ensure the `$GOPATH/bin` directory is in your PATH so that you can reference the
5858

5959
Verify that it works:
6060

61-
$ revel
62-
Usage:
63-
revel [OPTIONS] <command>
64-
65-
Application Options:
66-
-v, --debug If set the logger is set to verbose
67-
--historic-run-mode If set the runmode is passed a string not json
68-
--historic-build-mode If set the code is scanned using the original parsers, not the go.1.11+
69-
-X, --build-flags= These flags will be used when building the application. May be specified multiple times, only applicable for Build, Run, Package, Test commands
70-
--gomod-flags= These flags will execute go mod commands for each flag, this happens during the build process
71-
72-
Available commands:
73-
build
74-
clean
75-
new
76-
package
77-
run
78-
test
79-
version
61+
$ revel
62+
Usage:
63+
revel [OPTIONS] <command>
64+
65+
Application Options:
66+
-v, --debug If set the logger is set to verbose
67+
--historic-run-mode If set the runmode is passed a string not json
68+
--historic-build-mode If set the code is scanned using the original parsers, not the go.1.11+
69+
-X, --build-flags= These flags will be used when building the application. May be specified multiple times, only applicable for Build, Run, Package, Test commands
70+
--gomod-flags= These flags will execute go mod commands for each flag, this happens during the build process
71+
72+
Available commands:
73+
build
74+
clean
75+
new
76+
package
77+
run
78+
test
79+
version
8080

8181

8282
<a href="createapp.html" class="btn btn-sm btn-success" role="button">Next <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span></a> [Create a new Revel application.](createapp.html)

0 commit comments

Comments
 (0)