Skip to content

Commit 3d35bdf

Browse files
committed
command-line-interface: Fix 'MUST not' -> 'MUST NOT'
Fix text from e9a6625 (Clarity for commands vs global options, 2015-12-07) to use the MUST NOT phrasing defined by RFC 2119. This probably has the same meaning as "MUST not", but since RFC 2119 bothered to define the NOT forms we might as well use them. Signed-off-by: W. Trevor King <[email protected]>
1 parent d151a7e commit 3d35bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command-line-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ funC [global-options] <COMMAND> [command-specific-options] <command-specific-a
1111

1212
None are required, but the runtime MAY support options that start with at least one hyphen.
1313
Global options MAY take positional arguments (e.g. `--log-level debug`).
14-
Command names MUST not start with hyphens.
14+
Command names MUST NOT start with hyphens.
1515
The option parsing MUST be such that `funC <COMMAND>` is unambiguously an invocation of `<COMMAND>` (even for commands not specified in this document).
1616
If the runtime is invoked with an unrecognized command, it MUST exit with a nonzero exit code and MAY log a warning to stderr.
1717

0 commit comments

Comments
 (0)