Skip to content

Commit 87900d7

Browse files
committed
fix typo: workpackge -> workpackage in README examples
1 parent 5f0bd49 commit 87900d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ projects -- Lists projects
125125
workpackages -- Lists work packages
126126

127127
# Discover flags: hitting completion key after
128-
op update workpackge 42 -
128+
op update workpackage 42 -
129129
# returns
130130
--action -a -- Executes a custom action on a work package
131131
--assignee -- Assign a user to the work package
@@ -147,10 +147,10 @@ of examples, that might be useful for a great number of people.
147147
# Creating a work package in a project only by subject.
148148
# Work package is created with many default values (as for type and status),
149149
# very similar to how a work package is created inline in a work package table.
150-
op create workpackge --project 11 'Document new CLI tool'
150+
op create workpackage --project 11 'Document new CLI tool'
151151

152152
# Same command with shorthands and directly open it in a browser to continue working on it.
153-
op create workpackge -p11 'Document new CLI tool' -o
153+
op create workpackage -p11 'Document new CLI tool' -o
154154

155155
# Validating the creation of a child work package without persisting it.
156156
# The parent determines the project automatically.

0 commit comments

Comments
 (0)