40
40
print "todo - display your todo file\n\n".
41
42
"Usage: $app_name [OPTIONS]\n\n".
43
44
" -a, --all display all sections\n".
44
45
" -e, --edit edit your todo file\n".
45
46
" -h, --headers show setion headers\n".
46
47
" -l, --list show the list in your pager (see notes)\n".
48
49
" --help display this help and exit\n".
49
50
" --version output version information and exit\n".
51
55
"The advantage of using '--list' is that the pager is run as if the\n".
52
56
"todo list were being edited. This means that if you decide to spawn an\n".
53
57
"editor from you pager and edit the list, these changes get noticed.\n".