From: Alan T. DeKok Date: Tue, 9 Jun 2015 15:03:52 +0000 (-0400) Subject: More docs on stats memory X-Git-Tag: release_3_0_9~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9658fd904bdba7a74eb77902d95541849280530;p=thirdparty%2Ffreeradius-server.git More docs on stats memory --- diff --git a/src/main/command.c b/src/main/command.c index e8f0ce91460..491232a1fd5 100644 --- a/src/main/command.c +++ b/src/main/command.c @@ -2204,7 +2204,7 @@ static int command_stats_memory(rad_listen_t *listener, int argc, char *argv[]) } fail: - cprintf_error(listener, "Must use 'stats memory full' or 'stats memory total'\n"); + cprintf_error(listener, "Must use 'stats memory [blocks|full|total]'\n"); return CMD_FAIL; } #endif @@ -2574,7 +2574,7 @@ static fr_command_table_t command_table_stats[] = { #ifndef NDEBUG { "memory", FR_READ, - "stats memory - show statistics on used memory", + "stats memory [blocks|full|total] - show statistics on used memory", command_stats_memory, NULL }, #endif