diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-06-22 15:32:41 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-06-22 15:32:41 +0000 |
commit | 655d814d753535f04f42b268b76455a46e98102d (patch) | |
tree | da9ec9f8e8d88c3dd37da027df6c219a5f947b2c /include/usage.h | |
parent | a0b3705fa12280f29cde2b4c8d272b703735715f (diff) | |
download | busybox-w32-655d814d753535f04f42b268b76455a46e98102d.tar.gz busybox-w32-655d814d753535f04f42b268b76455a46e98102d.tar.bz2 busybox-w32-655d814d753535f04f42b268b76455a46e98102d.zip |
New applet: patch, applies a unified diff
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index d60a4dc78..701b40daa 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1696,6 +1696,13 @@ | |||
1696 | "\t-l\tLocks (disables) the specified user account.\n" \ | 1696 | "\t-l\tLocks (disables) the specified user account.\n" \ |
1697 | "\t-u\tUnlocks (re-enables) the specified user account." | 1697 | "\t-u\tUnlocks (re-enables) the specified user account." |
1698 | 1698 | ||
1699 | #define patch_trivial_usage \ | ||
1700 | "[-p<num>]" | ||
1701 | #define patch_full_usage \ | ||
1702 | "[-p<num>]" | ||
1703 | #define patch_example_usage \ | ||
1704 | "$ patch -p1 <example.diff" | ||
1705 | |||
1699 | #define pidfilehack_trivial_usage \ | 1706 | #define pidfilehack_trivial_usage \ |
1700 | "[daemon.pid] [daemon]" | 1707 | "[daemon.pid] [daemon]" |
1701 | #define pidfilehack_full_usage \ | 1708 | #define pidfilehack_full_usage \ |