1
0
mirror of https://github.com/o2sh/onefetch.git synced 2026-05-03 03:29:32 +01:00

format error message

This commit is contained in:
o2sh
2025-06-04 19:41:30 +02:00
parent bf86ebce22
commit 837e2fef22
+1 -1
View File
@@ -23,7 +23,7 @@ pub fn get_loc_by_language_sorted(
let loc_by_language = get_loc_by_language(&locs).with_context(|| {
format!(
"No source code found in the repository at '{}'. \
"No source code found in the repository at '{}'.\n\
Note: Some language types (prose, data) are excluded by default. \
Consider using the '--type' option to include them.",
dir.display()