Skip to content

Commit e31b365

Browse files
authored
Update 03-commands.md, inappropriate plural in command syntax (#1575)
- command [option(s)] [argument(s)]
1 parent c8720a9 commit e31b365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/books/admin_guide/03-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The key sequence <kbd>CTRL</kbd> + <kbd>C</kbd> is used to interrupt a running c
7777
The use of a command generally follows this sequence:
7878

7979
```bash
80-
command [option(s)] [arguments(s)]
80+
command [option(s)] [argument(s)]
8181
```
8282

8383
The name of the command is often **lower case**.

0 commit comments

Comments
 (0)