diff --git a/js/commands.js b/js/commands.js
index e9545f3..ccb2119 100644
--- a/js/commands.js
+++ b/js/commands.js
@@ -77,7 +77,9 @@ function cmd_help() {
" -about Information about this website
"+
" -clear Clear terminal screen
" +
" -history Displays the command history of this session
" +
- " -exec Execute arbitrary math and logic equations";
+ " -exec Execute arbitrary math and logic equations
" +
+ " -nick Choose your username. Do not use spaces in it
" +
+ " -msg Open a direct chat to the provided user by name";
}
function cmd_about() {