Add --pid-file help to --help

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1513 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2006-02-28 15:50:20 +00:00
parent 8d8cd0ecc7
commit 81af94af87

View file

@ -270,10 +270,11 @@ static DBusConnection *nmd_dbus_init (void)
*/
static void nmd_print_usage (void)
{
fprintf (stderr, "\n" "usage : NetworkManagerDispatcher [--no-daemon] [--help]\n");
fprintf (stderr, "\n" "usage : NetworkManagerDispatcher [--no-daemon] [--pid-file=<file>] [--help]\n");
fprintf (stderr,
"\n"
" --no-daemon Do not daemonize\n"
" --pid-file=<path> Specify the location of a PID file\n"
" --help Show this information and exit\n"
"\n"
"NetworkManagerDispatcher listens for device messages from NetworkManager\n"