diff --git a/Cargo.toml b/Cargo.toml index 2264f89..8fe5f4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "enumerate-ordered" description = "Order files by their timestamps" authors=["Avril (Flanchan) "] -version = "1.1.0" +version = "1.1.1" edition = "2021" license = "gpl3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 2a53dcf..d2d706c 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ It will output an ordered, newline-deliminated set of pathnames only after consu * `-I`, `--delim ifs` - Read the first byte of the IFS environment variable as the I/O line seperator. * `--delim ` - Use this user-provided byte as the I/O line seperator * `-a`, `--atime` - Sort by atime -* `-c`, `--ctime` - Sort by ctime (default) +* `-c`, `--ctime` - Sort by ctime * `-m`, `--mtime` - Sort by mtime +* `-b`, `--btime` - Sort by birth (default) * `-n`, `--reverse` - Print output in reverse * `-p`, `--parallel cpus|` - Run tasks in parallel, with a max number of tasks being equal ``, or, if 0, to infinity (see `-P`), if 'cpus', to the number of logical CPU cores (default) * `-P`, `--parallel 0` - Run tasks with unbounded parallelism, no limit to the number of walker tasks running at once (note: the physical thread pool will always be the same size regardless of these flags)