We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e94e3 commit 60466deCopy full SHA for 60466de
src/mkdir.ts
@@ -10,7 +10,7 @@ const completionSpec: Fig.Spec = {
10
{
11
name: ["-m", "--mode"],
12
description: "Set file mode (as in chmod), not a=rwx - umask",
13
- args: { name: "MODE" },
+ args: { name: "mode" },
14
},
15
16
name: ["-p", "--parents"],
@@ -23,8 +23,8 @@ const completionSpec: Fig.Spec = {
23
24
name: ["-Z", "--context"],
25
description:
26
- "Set the SELinux security context of each created directory to CTX",
27
- args: { name: "CTX" },
+ "Set the SELinux security context of each created directory",
+ args: { name: "context" },
28
29
{ name: "--help", description: "Display this help and exit" },
30
0 commit comments