Skip to content

Commit

Permalink
Merge pull request #675 from ashawley/patch-2
Browse files Browse the repository at this point in the history
Fix whitespace of help in sbt by example
  • Loading branch information
dwijnand authored May 15, 2018
2 parents 4466df7 + f6e9610 commit ac145ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/reference/00-Getting-Started/02-sbt-by-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ Use the `help` command to get basic help about the available commands.
```
sbt:foo-build> help
about Displays basic information about sbt and the build.
tasks Lists the tasks defined for the current project.
settings Lists the settings defined for the current project.
reload (Re)loads the current project or changes to plugins project or returns from it.
new Creates a new sbt build.
projects Lists the names of available projects or temporarily adds/removes extra builds to the session.
project Displays the current project or changes to the provided `project`.
about Displays basic information about sbt and the build.
tasks Lists the tasks defined for the current project.
settings Lists the settings defined for the current project.
reload (Re)loads the current project or changes to plugins project or returns from it.
new Creates a new sbt build.
projects Lists the names of available projects or temporarily adds/removes extra builds to the session.
project Displays the current project or changes to the provided `project`.
....
```
Expand Down

0 comments on commit ac145ef

Please sign in to comment.