mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-15 16:30:10 +00:00
Merge pull request #398 from c64kernal/dev
Updated usage line for stringify.
This commit is contained in:
commit
369d3861de
@ -61,7 +61,7 @@ std::string stringify( std::string const & line ) {
|
|||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
|
|
||||||
if (argc != 3) {
|
if (argc != 3) {
|
||||||
std::cerr << "Usage: quoter input-file output-file" << std::endl;
|
std::cerr << "Usage: stringify input-file output-file" << std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user