aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2010-05-29 08:52:26 -0700
committerWayne Davison <wayned@samba.org>2010-05-29 08:52:26 -0700
commit86be7a0e647d1fbfd6b5ecf9d95163b8e07cf4c8 (patch)
tree6dbaa4df826ae269cc3b7aab55668301daf422f5 /options.c
parent47573508f43ef21e54626a3a50d6b0cd9de78064 (diff)
downloadandroid_external_rsync-86be7a0e647d1fbfd6b5ecf9d95163b8e07cf4c8.tar.gz
android_external_rsync-86be7a0e647d1fbfd6b5ecf9d95163b8e07cf4c8.tar.bz2
android_external_rsync-86be7a0e647d1fbfd6b5ecf9d95163b8e07cf4c8.zip
Mention --debug=hlink's level limits.
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 6ee3e01e..e97507cb 100644
--- a/options.c
+++ b/options.c
@@ -277,7 +277,7 @@ static struct output_struct debug_words[COUNT_DEBUG+1] = {
DEBUG_WORD(FUZZY, W_REC, "Debug fuzzy scoring (levels 1-2)"),
DEBUG_WORD(GENR, W_REC, "Debug generator functions"),
DEBUG_WORD(HASH, W_SND|W_REC, "Debug hashtable code"),
- DEBUG_WORD(HLINK, W_SND|W_REC, "Debug hard-link actions"),
+ DEBUG_WORD(HLINK, W_SND|W_REC, "Debug hard-link actions (levels 1-3)"),
DEBUG_WORD(ICONV, W_CLI|W_SRV, "Debug iconv character conversions (levels 1-2)"),
DEBUG_WORD(IO, W_CLI|W_SRV, "Debug I/O routines (levels 1-4)"),
DEBUG_WORD(OWN, W_REC, "Debug ownership changes in users & groups (levels 1-2)"),