From 12e95121367b823496a4fc8e04b139004ff61a32 Mon Sep 17 00:00:00 2001 From: BlackLight Date: Wed, 22 Dec 2010 02:32:47 +0100 Subject: [PATCH] Stupid man bug fixed --- commands/man.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/man.json b/commands/man.json index e6d8e2f..9182e81 100644 --- a/commands/man.json +++ b/commands/man.json @@ -14,7 +14,7 @@ return "What manual page do you want?
\n"; } - var cmd = shell.json.commands; + var cmd = shell.commands; if ( arg == 'blash' ) {