mirror of
https://github.com/sharkdp/bat
synced 2026-07-27 17:41:42 +00:00
Grammar touch-ups, more descriptive error message for invalid line
ranges
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ impl LineRange {
|
||||
new_range.upper = line_numbers[1].parse()?;
|
||||
Ok(new_range)
|
||||
},
|
||||
_ => Err("expected at most single ':' character".into()),
|
||||
_ => Err("Line range contained more than one ':' character. Expected format: 'N' or 'N:M'".into()),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user