Skip to content

Commit

Permalink
Update description of command uuids
Browse files Browse the repository at this point in the history
  • Loading branch information
laurence6 authored and tbabej committed Feb 4, 2019
1 parent 76e355c commit f580cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/CmdIDs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ CmdUUIDs::CmdUUIDs ()
{
_keyword = "uuids";
_usage = "task <filter> uuids";
_description = "Shows the UUIDs of matching tasks, as a comma-separated list";
_description = "Shows the UUIDs of matching tasks, as a space-separated list";
_read_only = true;
_displays_id = false;
_needs_gc = true;
Expand Down

0 comments on commit f580cc5

Please sign in to comment.