From ddd8c61a5420e8f70d9c4ce9ca6bfec5103a019e Mon Sep 17 00:00:00 2001 From: Stephan Rodemeier Date: Sat, 1 Nov 2014 23:09:01 +0100 Subject: [PATCH] Fix documentation and README typos The commands for adding priorities B and C got switched up in the documentation and README. --- README.markdown | 4 ++-- doc/todo.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 7239a42..a76b7b4 100644 --- a/README.markdown +++ b/README.markdown @@ -19,9 +19,9 @@ This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files. `-a` : Add the priority (A) to the current line -`-c` : Add the priority (B) to the current line +`-b` : Add the priority (B) to the current line -`-b` : Add the priority (C) to the current line +`-c` : Add the priority (C) to the current line `-d` : Insert the current date diff --git a/doc/todo.txt b/doc/todo.txt index 1a04834..e940b9f 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -15,9 +15,9 @@ COMMANDS *todo-commands* `-a` : Add the priority (A) to the current line -`-c` : Add the priority (B) to the current line +`-b` : Add the priority (B) to the current line -`-b` : Add the priority (C) to the current line +`-c` : Add the priority (C) to the current line `-d` : Insert the current date