diff options
author | http://sunny256.sunbase.org/ <sunny256@web> | 2013-07-08 19:56:58 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-08 19:56:58 +0000 |
commit | 3d9e877299674c3a439f5bf0b39a5a5a6d557849 (patch) | |
tree | 0bfcc7d0d36ef36961725cce1b0af13f1ccac099 | |
parent | fd5cdaebafabefe98102421ba63f784b9489ac43 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/addurl:___34__rename:_does_not_exist__34___and_reports_fail__44___but_succeeds/comment_1_1f5e0bc93631baf0f8c1bec2e68493c5._comment | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/addurl:___34__rename:_does_not_exist__34___and_reports_fail__44___but_succeeds/comment_1_1f5e0bc93631baf0f8c1bec2e68493c5._comment b/doc/bugs/addurl:___34__rename:_does_not_exist__34___and_reports_fail__44___but_succeeds/comment_1_1f5e0bc93631baf0f8c1bec2e68493c5._comment new file mode 100644 index 000000000..6ea844f2e --- /dev/null +++ b/doc/bugs/addurl:___34__rename:_does_not_exist__34___and_reports_fail__44___but_succeeds/comment_1_1f5e0bc93631baf0f8c1bec2e68493c5._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="http://sunny256.sunbase.org/" + nickname="sunny256" + subject="comment 1" + date="2013-07-08T19:56:58Z" + content=""" +Aha, in other words, some kind of PEBCAC put in a polite way. :) I thought this should be correct, as the man page says + +> For example, --pathdepth=1 will use \"dir/subdir/bigfile\", while --pathdepth=3 will use \"bigfile\". + +This is how I thought it worked: + +* 0 = hostname, path, filename +* 1 = path, filename +* 2 = filename + +After reading your answer I first thought it was a typo in the documentation, but of course the number specify the level of subdirectories to use in the file name. D'oh! + +Thanks for the fix and information. +"""]] |