We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6241ea2 commit c20477aCopy full SHA for c20477a
sshgen/cli.py
@@ -19,9 +19,8 @@ def generate_hosts_file(
19
) -> None:
20
"""
21
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
+ By default, it uses file hosts.yml placed in your working directory and outputs to the file named "config".
+ Example usage: sshgen generate -o my_ssh_config
25
26
27
hosts_file = FileUtils.get_hosts_path(file_path=hosts_file)
0 commit comments