Skip to content

Commit

Permalink
docs(bin): update the doc comment for completions script
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 15, 2021
1 parent 4ddef08 commit c056196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff/src/bin/completions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use structopt::StructOpt;

/// Shell completions can be created with `cargo run --bin completions`
/// in a directory specified by the environment variable OUT_DIR.
/// See https://doc.rust-lang.org/cargo/reference/environment-variables.html
/// See <https://doc.rust-lang.org/cargo/reference/environment-variables.html>
fn main() {
let out_dir = env::var("OUT_DIR").expect("OUT_DIR is not set");
let mut app = Opt::clap();
Expand Down

0 comments on commit c056196

Please sign in to comment.