# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1311094319 14400
# Node ID 9c45858e320890f733e5a115344c05302b0833c0
# Parent  520fcb333cba8f15ba0266d0272133bf332984e7
prosodyctl: Fix 'about' command to not show up where it shouldn't...

diff -r 520fcb333cba -r 9c45858e3208 prosodyctl
--- a/prosodyctl	Sun May 22 14:06:18 2011 -0700
+++ b/prosodyctl	Tue Jul 19 12:51:59 2011 -0400
@@ -486,6 +486,11 @@
 end
 
 function commands.about(arg)
+	if arg[1] == "--help" then
+		show_usage([[about]], [[Show information about this Prosody installation]]);
+		return 1;
+	end
+	
 	require "util.array";
 	require "util.iterators";