Skip to content

Commit c20477a

Browse files
committed
docs: update example usage in cli
1 parent 6241ea2 commit c20477a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sshgen/cli.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ def generate_hosts_file(
1919
) -> None:
2020
"""
2121
Command to generate SSH configuration file.
22-
By default, it uses file hosts.yml placed in your working directory and outputs to the file named "config"
23-
24-
Example usage: sshconf generate -o my_ssh_config
22+
By default, it uses file hosts.yml placed in your working directory and outputs to the file named "config".
23+
Example usage: sshgen generate -o my_ssh_config
2524
"""
2625

2726
hosts_file = FileUtils.get_hosts_path(file_path=hosts_file)

0 commit comments

Comments
 (0)