diff --git a/todo/queued/workon.md b/todo/queued/workon.md index 824d1b3..5c937df 100644 --- a/todo/queued/workon.md +++ b/todo/queued/workon.md @@ -23,7 +23,7 @@ Also, if no IDE is specified in the config, the feature will default to not open **Usage**: ``` -grokkit workon [-m ''] [-f] +grokkit workon [[-m ''] [-f]] | [-c] ``` **Arguments**: @@ -36,7 +36,7 @@ grokkit workon [-m ''] [-f] - `-f`: This signifies a "fix" rather than a todo item (the default is always a todo item) -- `-c`: "completes" the work item. This means: +- `-c`: "completes" the work item (note: cannot be used with other flags). This means: - If it is a todo, it will be moved to the "completed" folder, and the index readme will be updated. - If it is a fix, the work plan will be moved to the "completed folder". No index update is necessary. - In either case, the update will be committed to the branch.