diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-18 20:24:10 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-18 20:24:10 +0000 |
commit | 4fd980203cd30b159dee3d8df328885c93709067 (patch) | |
tree | 4f8d3c979c8f7dc0752f8cfcc95ce4cee7bb9a2c | |
parent | Added docstrings (diff) | |
download | miniserve-4fd980203cd30b159dee3d8df328885c93709067.tar.gz miniserve-4fd980203cd30b159dee3d8df328885c93709067.zip |
Updated README for sorting by date
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,9 @@ Sometimes this is just a more practical and quick way than doing things properly # 11 # 3 + miniserve --sort=date /tmp/myshare + # list files in chronological order (most recent files on top of the list) + miniserve --reverse /tmp/myshare # 11 # 3 |