diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-18 18:03:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-18 18:03:24 -0400 |
commit | ddb8edcf2b45c788a7595a1fbd70ad2414317ce3 (patch) | |
tree | aa55d6588b711c5744ffd01f721ec15e77ba9bae | |
parent | 779ec919086a47ca0293a72f1fb452220651d0c5 (diff) |
improve interface
-rw-r--r-- | doc/git-annex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 992e31c85..bd9139173 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -151,7 +151,7 @@ subdirectories). Normally the filename is based on the full url, so will look like "www.example.com_dir_subdir_bigfile". For a shorter filename, specify - --pathdepth=N. For example, --pathdepth=2 will use "subdir/bigfile", + --pathdepth=N. For example, --pathdepth=1 will use "dir/subdir/bigfile", while --pathdepth=3 will use "bigfile". It can also be negative; --pathdepth=-2 will use the last two parts of the url. |