diff --git a/polly/lib/Support/RegisterPasses.cpp b/polly/lib/Support/RegisterPasses.cpp index 3ba7e44ae032..7b2b0843dd55 100644 --- a/polly/lib/Support/RegisterPasses.cpp +++ b/polly/lib/Support/RegisterPasses.cpp @@ -134,7 +134,7 @@ static cl::opt Vectorizer( static cl::opt ImportJScop( "polly-import", - cl::desc("Export the polyhedral description of the detected Scops"), + cl::desc("Import the polyhedral description of the detected Scops"), cl::Hidden, cl::init(false), cl::ZeroOrMore, cl::cat(PollyCategory)); static cl::opt ExportJScop(