From 6386909b1e88494eb3643ca79db7108750ca3ef0 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 17 2020 23:03:24 +0000 Subject: toks_default_options[]: --uuid comment now indicates the expected format. --- diff --git a/src/skin/toks_skin_default.c b/src/skin/toks_skin_default.c index a0cdbe7..a759589 100644 --- a/src/skin/toks_skin_default.c +++ b/src/skin/toks_skin_default.c @@ -20,7 +20,8 @@ const struct argv_option toks_default_options[] = { "in all other cases."}, {"uuid", 'u',TAG_UUID,ARGV_OPTARG_REQUIRED,0,0,"", - "set the service identifier to %s."}, + "set the service identifier to %s, which needs " + "to be in the format {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}."}, {"refstr", 'f',TAG_REFSTR,ARGV_OPTARG_REQUIRED,0,0,"", "include the reference string %s in log records"