diff options
author | Bernhard Reutner-Fischer | 2008-09-04 09:33:23 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-09-04 09:33:23 +0000 |
commit | 161931efa510e641d72465378bfc6ce8373d2cd7 (patch) | |
tree | 1fcd4f4ca46428c89a0b44b40cb6c97ea60df602 /include | |
parent | d4b719878f5a08986d0a3dc493aad90d4466752e (diff) | |
download | busybox-161931efa510e641d72465378bfc6ce8373d2cd7.zip busybox-161931efa510e641d72465378bfc6ce8373d2cd7.tar.gz |
- mention that we ignore -v, -b, -c
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 47a648f..e7532e0 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1872,6 +1872,7 @@ "\n -x Do not export externs" \ ) +/* -v, -b, -c are ignored */ #define install_trivial_usage \ "[-cdDsp] [-o USER] [-g GRP] [-m MODE] [source] dest|directory" #define install_full_usage "\n\n" \ @@ -1879,7 +1880,7 @@ "\nOptions:" \ "\n -c Just copy (default)" \ "\n -d Create directories" \ - "\n -D Create leading directories" \ + "\n -D Create leading target directories" \ "\n -s Strip symbol table" \ "\n -p Preserve date" \ "\n -o USER Set ownership" \ |