aboutsummaryrefslogtreecommitdiff
path: root/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'usage.h')
-rw-r--r--usage.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/usage.h b/usage.h
index 0d830c9cc..5e514274a 100644
--- a/usage.h
+++ b/usage.h
@@ -1458,6 +1458,20 @@
1458 "e\n" \ 1458 "e\n" \
1459 "f\n" 1459 "f\n"
1460 1460
1461#define start_stop_daemon_trivial_usage \
1462 "[OPTIONS]"
1463#define start_stop_daemon_full_usage \
1464 "Program to start and stop services.\n"\
1465 "Options:\n" \
1466 "-S\t\t\tstart\n"\
1467 "-K\t\t\tstop\n"\
1468 "-x <executable>\t\tprogram to start/check if it is running\n"\
1469 "-p <pid-file>\t\tpid file to check\n"\
1470 "-u <username>|<uid>\tstop this user's processes\n"\
1471 "-n <process-name>\tstop processes with this name\n"\
1472 "-s <signal>\t\tsignal to send (default 15)\n"\
1473 "-a <pathname>\t\tprogram to start (default <executable>)\n"
1474
1461#define stty_trivial_usage \ 1475#define stty_trivial_usage \
1462 "[-a|g] [-F DEVICE] [SETTING]..." 1476 "[-a|g] [-F DEVICE] [SETTING]..."
1463#define stty_full_usage \ 1477#define stty_full_usage \