Skip to content

Commit

Permalink
docs: update example usage in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
pythoninja committed Mar 10, 2024
1 parent 6241ea2 commit c20477a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sshgen/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ def generate_hosts_file(
) -> None:
"""
Command to generate SSH configuration file.
By default, it uses file hosts.yml placed in your working directory and outputs to the file named "config"
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
"""

hosts_file = FileUtils.get_hosts_path(file_path=hosts_file)
Expand Down

0 comments on commit c20477a

Please sign in to comment.