1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-26 17:31:42 +00:00

Update docstring

This commit is contained in:
David Peter
2018-10-21 22:09:40 +02:00
parent 9c782fb692
commit 9f401ea122
+1 -1
View File
@@ -71,7 +71,7 @@ pub struct Config<'a> {
/// File extension/name mappings
pub syntax_mapping: SyntaxMapping,
/// Pager option
/// Command to start the pager
pub pager: Option<&'a str>,
}