summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli.rs b/src/cli.rs
index ee0f8272..6c30d90d 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -442,10 +442,10 @@ pub struct Opt {
pub map_styles: Option<String>,
/// Format string for git blame commit metadata. Available placeholders are
- /// "{timestamp}", "{author}", and "{commit}".
+ /// "{timestamp}", "{author}", "{commit}", and "{line-number}".
#[structopt(
long = "blame-format",
- default_value = "{timestamp:<15} {author:<15.14} {commit:<8} │ "
+ default_value = "{timestamp:<15} {author:<15.14} {commit:<8} {line-number:<5}│ "
)]
pub blame_format: String,