Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Marsden committed Nov 12, 2015
1 parent bc0ac8d commit 2da4d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If a `dvol` volume doesn't exist when it is referenced, it is created on-demand.
Here are some examples:

* `dvol list`: see which volumes there are, which branch each volume is on, and which containers are currently using each volume.
* `dvol commit -m "commit description"`: create a new commit based on the running point of the dataabse container by safely stopping and starting the container around the commit.
* `dvol commit -m "commit description"`: create a new commit based on the running point of the database container by safely stopping and starting the container around the commit.
* `dvol checkout -b newbranch`: create a new branch named `newbranch` from the latest commit (`HEAD`) on the current branch.
* `dvol reset --hard HEAD^`: roll back the current branch to the second last commit.

Expand Down

0 comments on commit 2da4d34

Please sign in to comment.