Commit 1d627f85 authored by Bo Yang's avatar Bo Yang

Fix comment

parent 3edcbaf5
...@@ -358,8 +358,8 @@ class LIBPROTOC_EXPORT CommandLineInterface { ...@@ -358,8 +358,8 @@ class LIBPROTOC_EXPORT CommandLineInterface {
// FileDescriptorSet should be written. Otherwise, empty. // FileDescriptorSet should be written. Otherwise, empty.
string descriptor_set_name_; string descriptor_set_name_;
// If --dependency_out was given, this is the filename to which the input file // If --dependency_out was given, this is the path to the file where the
// should be written. Otherwise, empty. // dependency file will be written. Otherwise, empty.
string dependency_out_name_; string dependency_out_name_;
// True if --include_imports was given, meaning that we should // True if --include_imports was given, meaning that we should
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment