From 2ad511b8c5fe5397479324946a201c1baa1aeb80 Mon Sep 17 00:00:00 2001 From: Calogero Lo Leggio Date: Thu, 8 Sep 2011 17:06:42 +0200 Subject: [PATCH] removed the space in the rvm "info" completion --- plugins/rvm/_rvm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rvm/_rvm b/plugins/rvm/_rvm index bba5304a0..4db4829bd 100644 --- a/plugins/rvm/_rvm +++ b/plugins/rvm/_rvm @@ -41,7 +41,7 @@ case $state in "implode:(seppuku) removes the rvm installation completely. This means everything in $rvm_path (~/.rvm)." "update:upgrades rvm to the latest version." "reset:remove current and stored default & system settings." - "info :show the *current* environment information for current ruby" + "info:show the *current* environment information for current ruby" "current:print the *current* ruby version and the name of any gemset being used." "debug:show info plus additional information for common issues" "install:install one or many ruby versions"