fix brunch description
diff --git a/script.js b/script.js
index ba7a047..95595ed 100644
--- a/script.js
+++ b/script.js
@@ -17,7 +17,7 @@
["/nav <location>", "Navigate to location"],
["/gl", "Generate a url for the current page - not currently working"],
["/clear", "Clear the console"],
- ["brunch", "Initiate device compile - Example: 'brunch bliss_bacon' will get you a build for bacon, 'brunch bliss_x86' will get you a build for Bliss-x86. You get the idea"],
+ ["brunch + bliss_device", "Initiate device compile - Example: 'brunch bliss_bacon' will get you a build for bacon, 'brunch bliss_x86' will get you a build for Bliss-x86. You get the idea"],
["/login <username> <password>", "Login to your account - This is not set up and when implemeneted it'll be '/login username' then request password without printing into the cmd prompt"],
["/upload", "Upload file, must be logged in."]
];