projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38748fd
)
As noted by Martin Schwenke, the example for find was wrong
author
Eric Andersen
<andersen@codepoet.org>
Mon, 29 Mar 2004 08:20:08 +0000
(08:20 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 29 Mar 2004 08:20:08 +0000
(08:20 -0000)
include/usage.h
patch
|
blob
|
history
diff --git
a/include/usage.h
b/include/usage.h
index faad511ec2ccd4966613f44f1391e5f9c54db669..7a6284e87eb93d4f1a383f9aac0251dca87ae037 100644
(file)
--- 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 \