diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/include/usage.h b/include/usage.h index 46392d5f8..1cc67033c 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1591,11 +1591,6 @@ | |||
1591 | "\ty\tAllow write access to your terminal.\n" \ | 1591 | "\ty\tAllow write access to your terminal.\n" \ |
1592 | "\tn\tDisallow write access to your terminal.\n" | 1592 | "\tn\tDisallow write access to your terminal.\n" |
1593 | 1593 | ||
1594 | #define minit_trivial_usage \ | ||
1595 | "[-spPrRC]" | ||
1596 | #define minit_full_usage \ | ||
1597 | "A small replacement for SysV init" | ||
1598 | |||
1599 | #define mkdir_trivial_usage \ | 1594 | #define mkdir_trivial_usage \ |
1600 | "[OPTION] DIRECTORY..." | 1595 | "[OPTION] DIRECTORY..." |
1601 | #define mkdir_full_usage \ | 1596 | #define mkdir_full_usage \ |
@@ -1726,25 +1721,6 @@ | |||
1726 | "$ mount /dev/fd0 /mnt -t msdos -o ro\n" \ | 1721 | "$ mount /dev/fd0 /mnt -t msdos -o ro\n" \ |
1727 | "$ mount /tmp/diskimage /opt -t ext2 -o loop\n" | 1722 | "$ mount /tmp/diskimage /opt -t ext2 -o loop\n" |
1728 | 1723 | ||
1729 | #define msvc_trivial_usage \ | ||
1730 | "-[udorspchaitkx] service" | ||
1731 | #define msvc_full_usage \ | ||
1732 | "[option] service\n" \ | ||
1733 | "Where option is one of\n" \ | ||
1734 | "\t-u\tUp. If the service is not running, start it. If the service stops, restart it.\n" \ | ||
1735 | "\t-d\tDown. If the service is running, stop it, do not restart it.\n" \ | ||
1736 | "\t-o\tOnce. If the service is not running, start it. Do not restart it if it stops.\n" \ | ||
1737 | "\t-r\tTell supervise that the service is normally running; this affects status messages.\n" \ | ||
1738 | "\t-s\tTell supervise that the service is normally stopped; this affects status messages.\n" \ | ||
1739 | "\t-p\tPause. Send the service a STOP signal.\n" \ | ||
1740 | "\t-c\tContinue. Send the service a CONT signal.\n" \ | ||
1741 | "\t-h\tHangup. Send the service a HUP signal.\n" \ | ||
1742 | "\t-a\tAlarm. Send the service an ALRM signal.\n" \ | ||
1743 | "\t-i\tInterrupt. Send the service an INT signal.\n" \ | ||
1744 | "\t-t\tTerminate. Send the service a TERM signal.\n" \ | ||
1745 | "\t-k\tKill. Send the service a KILL signal.\n" \ | ||
1746 | "\t-x\tExit. supervise will quit as soon as the service is down." | ||
1747 | |||
1748 | #define mt_trivial_usage \ | 1724 | #define mt_trivial_usage \ |
1749 | "[-f device] opcode value" | 1725 | "[-f device] opcode value" |
1750 | #define mt_full_usage \ | 1726 | #define mt_full_usage \ |
@@ -1861,11 +1837,6 @@ | |||
1861 | #define patch_example_usage \ | 1837 | #define patch_example_usage \ |
1862 | "$ patch -p1 <example.diff" | 1838 | "$ patch -p1 <example.diff" |
1863 | 1839 | ||
1864 | #define pidfilehack_trivial_usage \ | ||
1865 | "[daemon.pid] [daemon]" | ||
1866 | #define pidfilehack_full_usage \ | ||
1867 | "service /var/run/daemon.pid /usr/sbin/daemon args...\n" | ||
1868 | |||
1869 | #define pidof_trivial_usage \ | 1840 | #define pidof_trivial_usage \ |
1870 | "process-name [process-name ...]" | 1841 | "process-name [process-name ...]" |
1871 | #define pidof_full_usage \ | 1842 | #define pidof_full_usage \ |