prosodyctl: Adjust description of 'reload' command (thanks crocket)
authorMatthew Wild <mwild1@gmail.com>
Tue, 17 Jan 2012 21:10:16 +0000 (21:10 +0000)
committerMatthew Wild <mwild1@gmail.com>
Tue, 17 Jan 2012 21:10:16 +0000 (21:10 +0000)
prosodyctl

index 9f8724d290d4d64c86e9d37dde6692ac2939c56b..f0ba68ce4fc5b8497f9b39db499f21cd3d2a0e2c 100755 (executable)
@@ -540,7 +540,7 @@ end
 
 function commands.reload(arg)
        if arg[1] == "--help" then
-               show_usage([[reload]], [[Reload prosody configuration file]]);
+               show_usage([[reload]], [[Reload Prosody's configuration and re-open log files]]);
                return 1;
        end