Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
topydo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
topydo
Commits
88f609ef
Commit
88f609ef
authored
Mar 23, 2015
by
Jacek Sowiński
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update synopsis and help for 'postpone' command
parent
51e53587
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
topydo/lib/PostponeCommand.py
topydo/lib/PostponeCommand.py
+3
-3
No files found.
topydo/lib/PostponeCommand.py
View file @
88f609ef
...
@@ -103,13 +103,13 @@ class PostponeCommand(Command):
...
@@ -103,13 +103,13 @@ class PostponeCommand(Command):
self
.
error
(
self
.
usage
())
self
.
error
(
self
.
usage
())
def
usage
(
self
):
def
usage
(
self
):
return
"Synopsis: postpone [-s] <NUMBER> <PATTERN>"
return
"Synopsis: postpone [-s] <NUMBER>
[<NUMBER2> ...]
<PATTERN>"
def
help
(
self
):
def
help
(
self
):
return
"""
\
return
"""
\
Postpone
a todo item with the given number
and the given pattern.
Postpone
the todo item(s) with the given number(s)
and the given pattern.
Postponing is done by adjusting the due date
of the todo
, and if the -s flag is
Postponing is done by adjusting the due date
(s) of the todo(s)
, and if the -s flag is
given, the start date accordingly.
given, the start date accordingly.
The pattern is a relative date, written in the format <COUNT><PERIOD> where
The pattern is a relative date, written in the format <COUNT><PERIOD> where
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment