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]