From 7fdc053cbf1fdab6aae44375863bcd3f84544d1f Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 17 Dec 2017 17:05:18 +0100 Subject: [PATCH] fix sorting for tree --- README.md | 2 -- catcli/catcli.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a46046..5dc34dc 100644 --- a/README.md +++ b/README.md @@ -152,8 +152,6 @@ See the [example](#example) for more. Files and directories can be found based on their names using the `find` command. -Resulting files can be sorted by size using `-S`. - See the [example](#example) for more. ## Display entire tree diff --git a/catcli/catcli.py b/catcli/catcli.py index 7adab01..c7e9292 100755 --- a/catcli/catcli.py +++ b/catcli/catcli.py @@ -38,7 +38,7 @@ USAGE = """ Usage: {1} index [--catalog=] [--meta=...] [-fcuV] {1} ls [--catalog=] [-rVS] [] - {1} find [--catalog=] [-bVS] + {1} find [--catalog=] [-bV] {1} rm [--catalog=] [-fV] {1} tree [--catalog=] [-VS] [] {1} rename [--catalog=] [-fV]