diff --git a/src/commands/CmdIDs.cpp b/src/commands/CmdIDs.cpp index 534070c7a..e3fe77ea2 100644 --- a/src/commands/CmdIDs.cpp +++ b/src/commands/CmdIDs.cpp @@ -214,7 +214,7 @@ CmdUUIDs::CmdUUIDs () { _keyword = "uuids"; _usage = "task 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;