Skip to content

Commit

Permalink
cmd: Fix indentation and repeated lines
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoe committed Mar 22, 2021
1 parent 7784c59 commit 32191fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions cmd/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ func init() {
ultralist archive gc
ultralist ar gc
ultralist archive gc
ultralist ar gc
Run garbage collection. Delete all archived todos and reclaim ids
See the full docs here:
https://ultralist.io/docs/cli/managing_tasks`
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func init() {
To edit a status
ultralist edit 33 status:next
To remove a status:
To remove a status:
ultralist edit 33 status:none`
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func init() {
ultralist list group:p
List all todos grouped by status:
ultralist list group:s
ultralist list group:s
Combining filters:
------------------
Expand Down

0 comments on commit 32191fd

Please sign in to comment.