Skip to content

Commit 74deda9

Browse files
committed
chore: bump kcl init to kcl mod init
Signed-off-by: peefy <[email protected]>
1 parent ea6bb46 commit 74deda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_docs/concepts/package-and-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A KCL module contains a configuration laid out in a directory hierarchy. It cont
1717
A module can be created by running the following command within the module root:
1818

1919
```bash
20-
kcl init [module name]
20+
kcl mod init [module name]
2121
```
2222

2323
The module name is **required** if a package within the module needs to import another package within the module. A module can also be created by setting up the `kcl.mod` file manually.

0 commit comments

Comments
 (0)