diff --git a/commands.go b/commands.go index dd421e73..b7fe735d 100644 --- a/commands.go +++ b/commands.go @@ -33,7 +33,7 @@ var commandGet = cli.Command{ Name: "get", Usage: "Clone/sync with a remote repository", Description: ` - Clone a GitHub repository under ghq root direcotry. If the repository is + Clone a GitHub repository under ghq root directory. If the repository is already cloned to local, nothing will happen unless '-u' ('--update') flag is supplied, in which case 'git remote update' is executed. When you use '-p' option, the repository is cloned via SSH.