diff options
author | Eric Andersen | 2004-03-29 08:20:08 +0000 |
---|---|---|
committer | Eric Andersen | 2004-03-29 08:20:08 +0000 |
commit | 75eb90f28882ca26cdb0af190ae9986720b26467 (patch) | |
tree | dd1e6b61e0201bdfdf450587a2fd0d34dac2f7ab /include/usage.h | |
parent | 38748fddf3fa66d3313d409f1322d057065c9514 (diff) | |
download | busybox-75eb90f28882ca26cdb0af190ae9986720b26467.zip busybox-75eb90f28882ca26cdb0af190ae9986720b26467.tar.gz |
As noted by Martin Schwenke, the example for find was wrong
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index faad511..7a6284e 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 \ |