aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-29 08:20:08 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-29 08:20:08 +0000
commit75eb90f28882ca26cdb0af190ae9986720b26467 (patch)
treedd1e6b61e0201bdfdf450587a2fd0d34dac2f7ab
parent38748fddf3fa66d3313d409f1322d057065c9514 (diff)
downloadbusybox-75eb90f28882ca26cdb0af190ae9986720b26467.tar.gz
As noted by Martin Schwenke, the example for find was wrong
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index faad511ec..7a6284e87 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -659,7 +659,7 @@
) USAGE_FIND_INUM( \
"\n\t-inum N\t\tFile has inode number N")
#define find_example_usage \
- "$ find / -name /etc/passwd\n" \
+ "$ find / -name passwd\n" \
"/etc/passwd\n"
#define fold_trivial_usage \