Commit c1efa7e5 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Fix typos

parent 1caf1a59
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
topydo -t done.txt completed:today # if auto-archiving is set topydo -t done.txt completed:today # if auto-archiving is set
* `ls -F` supports `%P` that expands to a single space when no priority is set, * `ls -F` supports `%P` that expands to a single space when no priority is set,
in contrast to `%p' which expands to an empty string (thanks to @MinchinWeb). in contrast to `%p` which expands to an empty string (thanks to @MinchinWeb).
* `ls -N` prints enough todo items such that it fits on one screen (thanks to * `ls -N` prints enough todo items such that it fits on one screen (thanks to
@MinchinWeb). @MinchinWeb).
* Aliases can have a `{}` placeholder which is substitude with the alias' * Aliases can have a `{}` placeholder which is substituted with the alias'
arguments. arguments.
* `pri` accepts priorities in lowercase (thanks to @MinchinWeb). * `pri` accepts priorities in lowercase (thanks to @MinchinWeb).
* Several bugfixes for `dep gc`. * Several bugfixes for `dep gc`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment