Skip to content

Commit

Permalink
fixed descriptions: match required/optional params
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmanning committed Oct 7, 2014
1 parent daf0c0c commit 13d4803
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,19 +642,19 @@ Falling back to patching base and 3-way merge...
Auto-merging README.txt
```
## git-lock [filename]
## git-lock filename
Lock a local file `filename`:
```bash
$ git lock config/database.yml
```
## git-unlock [filename]
## git-unlock filename
Unlock a local file `filename`
## git-reset-file [filename] commit
## git-reset-file filename [commit]
Reset one file to `HEAD` or certain commit
Expand All @@ -670,7 +670,7 @@ or reset one file to certain commit
$ git reset-file .htaccess dc82b19
```
## git-pr [number]
## git-pr number
Checks out a pull request from GitHub
Expand Down

0 comments on commit 13d4803

Please sign in to comment.