From f580cc5f6fa6cb5f9188adf873e889eb524646ef Mon Sep 17 00:00:00 2001 From: Laurence Date: Wed, 16 Jan 2019 14:04:53 -0500 Subject: [PATCH] Update description of command uuids --- src/commands/CmdIDs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;