Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@snarkyboojum
Created April 15, 2014 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snarkyboojum/10721059 to your computer and use it in GitHub Desktop.
Save snarkyboojum/10721059 to your computer and use it in GitHub Desktop.
cat 0001-Update-some-help-documentation.patch
From 22dc5db96a44c5117c2572b030bf33fb0dacfe9d Mon Sep 17 00:00:00 2001
From: snarkyboojum <snarkyboojum@gmail.com>
Date: Tue, 15 Apr 2014 10:25:41 +0000
Subject: [PATCH] Update some help documentation
---
bin/rakudobrew | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/rakudobrew b/bin/rakudobrew
index b992225..6964831 100755
--- a/bin/rakudobrew
+++ b/bin/rakudobrew
@@ -55,7 +55,7 @@ if ($arg eq 'switch') {
say "Usage:";
say "rakudobrew current";
say "rakudobrew list";
- say "rakudobrew build parrot-2013.06";
+ say "rakudobrew build [jvm|parrot|moar]";
say "rakudobrew rehash";
say "rakudobrew switch [jvm|parrot|moar]";
}
--
1.8.3.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment