Mercurial > hgrepos > Python > apps > py-cutils
changeset 136:db4fd1f64538
"-l" is now the sort form of "--follow-directory-symlinks"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 02 Jan 2025 23:15:55 +0100 |
| parents | dbf27681a1f6 |
| children | 69f8a3db8fbd |
| files | cutils/treesum.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cutils/treesum.py Thu Jan 02 23:15:10 2025 +0100 +++ b/cutils/treesum.py Thu Jan 02 23:15:55 2025 +0100 @@ -50,7 +50,7 @@ help="Put given comment COMMENT into the output as \"COMMENT\"." " Can be given more than once.") aparser.add_argument( - "--follow-directory-symlinks", action="store_true", + "--follow-directory-symlinks", "-l", action="store_true", dest="follow_directory_symlinks", help="Follow symbolic links to directories when walking a directory" " tree. Note that this is different from using \"--logical\" or"
