mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
cleanup patch usage
This commit is contained in:
parent
1979d3ccbc
commit
cc826d74e4
@ -2205,12 +2205,12 @@ USE_FEATURE_MDEV_CONFIG( \
|
|||||||
"\t-u\tUnlocks (re-enables) the specified user account"
|
"\t-u\tUnlocks (re-enables) the specified user account"
|
||||||
|
|
||||||
#define patch_trivial_usage \
|
#define patch_trivial_usage \
|
||||||
"[-p<num>] [-i<patch.diff>]"
|
"[-p<num>] [-i <diff>]"
|
||||||
#define patch_full_usage \
|
#define patch_full_usage \
|
||||||
"[-p<num>]\n" \
|
"\t-p <num>\tStrip <num> leading components from file names\n" \
|
||||||
"[-i<diff>]"
|
"\t-i <diff>\tRead <diff> instead of stdin"
|
||||||
#define patch_example_usage \
|
#define patch_example_usage \
|
||||||
"$ patch -p1 <example.diff\n" \
|
"$ patch -p1 < example.diff\n" \
|
||||||
"$ patch -p0 -i example.diff"
|
"$ patch -p0 -i example.diff"
|
||||||
|
|
||||||
#if ENABLE_FEATURE_PIDOF_SINGLE
|
#if ENABLE_FEATURE_PIDOF_SINGLE
|
||||||
|
Loading…
Reference in New Issue
Block a user