--- projects/libstatgrab/src/statgrab/statgrab.c 2004/08/10 18:58:42 1.30 +++ projects/libstatgrab/src/statgrab/statgrab.c 2005/04/25 12:04:30 1.33 @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id: statgrab.c,v 1.30 2004/08/10 18:58:42 ats Exp $ + * $Id: statgrab.c,v 1.33 2005/04/25 12:04:30 tdb Exp $ */ #ifdef HAVE_CONFIG_H @@ -629,19 +629,19 @@ void usage() { "If no STATs are given, all will be displayed. Specify 'STAT.' to display all\n" "statistics starting with that prefix.\n" "\n"); - printf(" -l Linux sysctl-style output (default)\n" - " -b BSD sysctl-style output\n" - " -m MRTG-compatible output\n" - " -u Plain output (only show values)\n" - " -n Display cumulative stats once (default)\n" - " -s Display stat differences repeatedly\n" - " -o Display stat differences once\n" + printf(" -l Linux sysctl-style output (default)\n" + " -b BSD sysctl-style output\n" + " -m MRTG-compatible output\n" + " -u Plain output (only show values)\n" + " -n Display cumulative stats once (default)\n" + " -s Display stat differences repeatedly\n" + " -o Display stat differences once\n" " -t DELAY When repeating, wait DELAY seconds between updates (default 1)\n" - " -p Display CPU usage differences as percentages rather than\n" - " absolute values\n" - " -f SCALE Display floating-point values as integers scaled by FACTOR\n" + " -p Display CPU usage differences as percentages rather than\n" + " absolute values\n" + " -f FACTOR Display floating-point values as integers scaled by FACTOR\n" " -K Display byte counts in kibibytes\n" - " -M Display byte counts in mibibytes\n" + " -M Display byte counts in mebibytes\n" " -G Display byte counts in gibibytes\n" "\n"); printf("Version %s - report bugs to <%s>.\n",