Commit 9486a6e9 authored by claes's avatar claes

Usage text changed

parent f9e796b3
/* /*
* Proview $Id: rt_statusmon_gtk.cpp,v 1.4 2007-09-06 11:23:29 claes Exp $ * Proview $Id: rt_statusmon_gtk.cpp,v 1.5 2007-09-07 06:26:50 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -29,7 +29,11 @@ ...@@ -29,7 +29,11 @@
static void usage() static void usage()
{ {
printf("\nUsage: rt_statusmonitor\n\n $HOME/rt_statusmon.dat : file with reqested nodes"); printf("\n\
Proview Status Monitor\n\n\
rt_statusmon [-m 'n']\n\n\
-m 'n' Mode display UserStatus 'n', where 1 <= n <= 5.\n\
$HOME/rt_statusmon.dat : file with reqested nodes\n");
} }
static void statusmon_close( void *ctx) static void statusmon_close( void *ctx)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment