Skip to content

Commit

Permalink
Merge pull request BVLC#3982 from mnogu/fix-typo-model-option
Browse files Browse the repository at this point in the history
[docs] typo in help text for "-model" option
  • Loading branch information
shelhamer committed Apr 13, 2016
2 parents d21772c + 219532f commit 857eb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/caffe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ DEFINE_string(gpu, "",
DEFINE_string(solver, "",
"The solver definition protocol buffer text file.");
DEFINE_string(model, "",
"The model definition protocol buffer text file..");
"The model definition protocol buffer text file.");
DEFINE_string(snapshot, "",
"Optional; the snapshot solver state to resume training.");
DEFINE_string(weights, "",
Expand Down

0 comments on commit 857eb24

Please sign in to comment.