]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
simplified text for inline-commands-prefix
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 13 Jan 2015 21:47:59 +0000 (22:47 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 13 Jan 2015 21:47:59 +0000 (22:47 +0100)
src/cli-args.def

index f2df0736a67c8f18cd2ea542e63825e21fe4c97d..ff91c86b78a81e146fc7ab908bd8450f3e4c251f 100644 (file)
@@ -364,9 +364,8 @@ flag = {
 flag = {
     name      = inline-commands-prefix;
     arg-type  = string;
-    descrip   = "Change the default (^) used as a delimiter for inline commands.
-\t\t\t\tThe value is a single US-ASCII character (octets 0 - 127).";
-    doc       = "Change the default (^) delimiter used for inline commands. The delimiter is expected to be a single US-ASCII character (octets 0 - 127). This option is only relevant if inline commands are enabled via the inline-commands option";
+    descrip   = "Change the default delimiter for inline commands.";
+    doc       = "Change the default delimiter (^) used for inline commands. The delimiter is expected to be a single US-ASCII character (octets 0 - 127). This option is only relevant if inline commands are enabled via the inline-commands option";
 };
 
 flag = {