Skip to content

Commit

Permalink
daemons: removed pidfile option from windows help
Browse files Browse the repository at this point in the history
  • Loading branch information
alaaeddineelamri committed Nov 9, 2021
1 parent 1496de1 commit 2c1f3ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion core/src/dird/dird.cc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ static void usage()
" -f run in foreground (for debugging)\n"
" -g <group> run as group <group>\n"
" -m print kaboom output (for debugging)\n"
" -p <path> use <path> as destination when creating pidfile\n"
#if !defined(HAVE_WIN32)
" -p <file> use <file> as destination when creating pidfile\n"
#endif
" -r <job> run <job> now\n"
" -s no signals (for debugging)\n"
" -t test - read configuration and exit\n"
Expand Down
4 changes: 3 additions & 1 deletion core/src/filed/filed.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ static void usage()
" -g <group> run as group <group>\n"
" -k keep readall capabilities\n"
" -m print kaboom output (for debugging)\n"
" -p <path> use <path> as destination when creating pidfile\n"
#if !defined(HAVE_WIN32)
" -p <file> use <file> as destination when creating pidfile\n"
#endif
" -r restore only mode\n"
" -s no signals (for debugging)\n"
" -t test configuration file and exit\n"
Expand Down
4 changes: 3 additions & 1 deletion core/src/stored/stored.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ static void usage()
" -g <group> run as group <group>\n"
" -i ignore I/O errors\n"
" -m print kaboom output (for debugging)\n"
" -p <path> use <path> as destination when creating pidfile\n"
#if !defined(HAVE_WIN32)
" -p <file> use <file> as destination when creating pidfile\n"
#endif
" -s no signals (for debugging)\n"
" -t test - read configuration and exit\n"
" -u <user> run as user <user>\n"
Expand Down

0 comments on commit 2c1f3ed

Please sign in to comment.