diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-10-29 17:02:41 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-10-29 17:02:41 +0900 |
commit | a98a6044cfedc3b60985dad66b06e8b68414b247 (patch) | |
tree | e0563151844c94ccae42026ea6f757dcd4fd4713 /org.eclipse.jgit.pgm/resources/org/eclipse/jgit | |
parent | 9185ad8d5c3e5a98ed16a256995221dfcf50f715 (diff) | |
download | jgit-a98a6044cfedc3b60985dad66b06e8b68414b247.tar.gz jgit-a98a6044cfedc3b60985dad66b06e8b68414b247.zip |
CLIText: Fix typo: remotes's -> remote's
Change-Id: I28494ffff6cd8042ef5f3de7da976d4a1569fe10
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources/org/eclipse/jgit')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties index 306163d900..39a02bef7d 100644 --- a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties +++ b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties @@ -411,7 +411,7 @@ usage_untrackedFilesMode=show untracked files usage_updateRef=reference to update usage_updateRemoteRefsFromAnotherRepository=Update remote refs from another repository usage_useNameInsteadOfOriginToTrackUpstream=use <name> instead of 'origin' to track upstream -usage_checkoutBranchAfterClone=checkout named branch instead of remotes's HEAD +usage_checkoutBranchAfterClone=checkout named branch instead of remote's HEAD usage_viewCommitHistory=View commit history usage_orphan=Create a new orphan branch. The first commit made on this new branch will have no parents and it will be the root of a new history totally disconnected from other branches and commits. usernameFor=Username for {0}: |