From d763aa99f5bf02deb6d029194fae0620a71bd1e5 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Tue, 25 Jul 2017 18:15:16 +0300 Subject: [PATCH] First level hint improvement (#233) --- levels/init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/levels/init.rb b/levels/init.rb index d18e04ec..3d17c03d 100644 --- a/levels/init.rb +++ b/levels/init.rb @@ -6,5 +6,5 @@ end hint do - puts "You can type `git` in your shell to get a list of available git commands." + puts "You can type `git --help` or `git` in your shell to get a list of available git commands." end