aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2022-11-14 21:28:41 +0000
committerRon Yorston <rmy@pobox.com>2022-11-14 21:28:41 +0000
commitfa94c6da0d38929abbd40062448aaf2ba8d846f4 (patch)
tree099faaa67d21684316dbfc35bb6c165a7be900b4 /miscutils
parent5dd110f70b3a960a1be7fc6070584d764ec7ca60 (diff)
downloadbusybox-w32-fa94c6da0d38929abbd40062448aaf2ba8d846f4.tar.gz
busybox-w32-fa94c6da0d38929abbd40062448aaf2ba8d846f4.tar.bz2
busybox-w32-fa94c6da0d38929abbd40062448aaf2ba8d846f4.zip
make: fix typo in help text
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/make.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/make.c b/miscutils/make.c
index 7b54bfe95..aedb1c74a 100644
--- a/miscutils/make.c
+++ b/miscutils/make.c
@@ -37,10 +37,10 @@
37 37
38//usage:#define make_trivial_usage 38//usage:#define make_trivial_usage
39//usage: IF_FEATURE_MAKE_POSIX( 39//usage: IF_FEATURE_MAKE_POSIX(
40//usage: "[--posix] [-C DIR] [-f FILE] [j NUM] [-eiknpqrsSt] [MACRO[::]=VAL]... [TARGET]..." 40//usage: "[--posix] [-C DIR] [-f FILE] [-j NUM] [-eiknpqrsSt] [MACRO[::]=VAL]... [TARGET]..."
41//usage: ) 41//usage: )
42//usage: IF_NOT_FEATURE_MAKE_POSIX( 42//usage: IF_NOT_FEATURE_MAKE_POSIX(
43//usage: "[-C DIR] [-f FILE] [j NUM] [-eiknpqrsSt] [MACRO[::]=VAL]... [TARGET]..." 43//usage: "[-C DIR] [-f FILE] [-j NUM] [-eiknpqrsSt] [MACRO[::]=VAL]... [TARGET]..."
44//usage: ) 44//usage: )
45//usage:#define make_full_usage "\n\n" 45//usage:#define make_full_usage "\n\n"
46//usage: "Maintain files based on their dependencies\n" 46//usage: "Maintain files based on their dependencies\n"