From 955ec52091aa268e78baae52b89ca7eec187d9c6 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 16 Dec 2014 23:40:30 +0100 Subject: todo: Add --id and --file to docstring --- todo | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/todo b/todo index 3ef47e4..a4c57f1 100755 --- a/todo +++ b/todo @@ -1,13 +1,15 @@ #!/usr/bin/env python3 """ -Usage: todo [--priority | --date] [--reverse] +Usage: todo [--id | --date | --priority] [--reverse] [--file ] Options: - -p --priority Sort by priority + -i --id Sort by ID -d --date Sort by date + -p --priority Sort by priority -r --reverse Reverse sort order - -h --help Show this screen. - -v --version Show version. + -f --file Path to todo file + -h --help Show this screen + -v --version Show version """ from sys import exit -- cgit v1.2.3-54-g00ecf