mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 14:00:18 +01:00
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:
parent
8d8cd0ecc7
commit
81af94af87
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue