Renamed 'link' command to 'symlink'

This commit is contained in:
Joshua Nichols
2010-03-31 23:59:05 -04:00
parent 46b2cbfa3f
commit 43facf1ec0
2 changed files with 7 additions and 3 deletions

View File

@@ -28,8 +28,8 @@ class Homesick < Thor
end
end
desc "link NAME", "Symlinks all dotfiles from the specified castle"
def link(home)
desc "symlink NAME", "Symlinks all dotfiles from the specified castle"
def symlink(home)
unless castle_dir(home).exist?
say_status :error, "Castle #{home} did not exist in #{repos_dir}", :red