From 8aaa23260b1d8b662a0acd1b65d098104c0c1bc4 Mon Sep 17 00:00:00 2001 From: rsteube Date: Tue, 11 Jun 2024 15:54:17 +0200 Subject: [PATCH] rephrase some text --- docs/src/overlyAttachedArgument.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/overlyAttachedArgument.md b/docs/src/overlyAttachedArgument.md index 8aa108a..5f66d6d 100644 --- a/docs/src/overlyAttachedArgument.md +++ b/docs/src/overlyAttachedArgument.md @@ -8,8 +8,8 @@ ## POSIX [Flags] that require an argument consume the one next on the command line. -But it can also attached directly to it with a `=` delimiter. -And for shorthands, it can even be left out. +But it can also attached directly the name with a `=` delimiter. +And for shorthands, the delimiter can even be left out. [Flags] that take an optional argument do so only in the attached version. ![80x12@0:18](./overlyAttachedArgument/posix.cast)