소스 검색

Fix the docstring

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev 5 년 전
부모
커밋
86daaab5e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      leaves/shotness.go

+ 1 - 1
leaves/shotness.go

@@ -119,7 +119,7 @@ func (shotness *ShotnessAnalysis) Flag() string {
 	return "shotness"
 }
 
-// Flag returns the command line switch which activates the analysis.
+// Features returns the Hercules features required to deploy this leaf.
 func (shotness *ShotnessAnalysis) Features() []string {
 	return []string{uast_items.FeatureUast}
 }