소스 검색

bin/tau: minor comment fix

Dastan-glitch 3 년 전
부모
커밋
0ae74b43d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bin/tau/tau-cli/src/filter.rs

+ 1 - 1
bin/tau/tau-cli/src/filter.rs

@@ -52,7 +52,7 @@ pub fn apply_filter(tasks: &mut Vec<TaskInfo>, filter: &str) {
             }
         }
 
-        // Filter by month
+        // Filter by tag
         _ if filter.starts_with('+') => tasks.retain(|task| task.tags.contains(&filter.into())),
 
         // Filter by month