From 13d4803056e208a55fc5053df94e8b6226e65e93 Mon Sep 17 00:00:00 2001 From: James Manning Date: Tue, 7 Oct 2014 10:43:05 -0400 Subject: [PATCH] fixed descriptions: match required/optional params --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 2b69bb9..c8d8585 100644 --- a/Readme.md +++ b/Readme.md @@ -642,7 +642,7 @@ Falling back to patching base and 3-way merge... Auto-merging README.txt ``` -## git-lock [filename] +## git-lock filename Lock a local file `filename`: @@ -650,11 +650,11 @@ Lock a local file `filename`: $ 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 @@ -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