From 589c918f79d128de1aa3fc235d00393441775e0e Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 8 Feb 2011 23:55:07 -0500 Subject: [PATCH] Documentation - Clarified the need for quoting substitutions containing spaces (thanks to Eric Fluger). --- doc/man/task.1.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/man/task.1.in b/doc/man/task.1.in index da91012d0..9bfb9972c 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -239,11 +239,17 @@ Modifies the existing task with provided information. Performs one substitution on task description and annotation for fixing mistakes. +If either 'from' or 'to' contain spaces, you will need to put quotes around +the whole thing. + .TP .B ID /from/to/g Performs all substitutions on task description and annotation for fixing mistakes. +If either 'from' or 'to' contain spaces, you will need to put quotes around +the whole thing. + .TP .B edit ID Launches an editor to let you modify all aspects of a task directly.