Skip to content

Commit

Permalink
docs(completions): update the example completion command
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 14, 2021
1 parent 3ae64f4 commit f1fd88a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git-cliff/src/bin/completions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ use std::{
use structopt::clap::Shell;
use structopt::StructOpt;

/// Shell completions can be created with `cargo run --bin completions`
/// Shell completions can be created with:
/// `cargo run --bin git-cliff-completions`
/// in a directory specified by the environment variable OUT_DIR.
/// See <https://doc.rust-lang.org/cargo/reference/environment-variables.html>
fn main() {
Expand Down

0 comments on commit f1fd88a

Please sign in to comment.