Skip to content

Commit

Permalink
chore(console): fix comment for gen-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
nrskt committed May 2, 2022
1 parent b51ce10 commit 60fbce5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tokio-console/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ pub enum OptionalCmd {

/// Generate shell completions
///
/// It should be saved in expected directory, depending on the shell used
/// The completion script will be written to stdout.
/// The completion script should be saved in the shell's completion directory.
/// This depends on which shell is in use.
///
/// For example, using zsh:
///
/// $ tokio-console gen-completion zsh > $FPATH/_tokio_console
///
Expand Down

0 comments on commit 60fbce5

Please sign in to comment.