Skip to content

Commit

Permalink
Add full path to read write messages doc. Fixes #148
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Bullock committed Dec 21, 2018
1 parent 9e64a1d commit 1e53923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/ml_doc_populate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ namespace ml_doc
message_descriptor write(
"write",
"write training data and / or model, first argument gives path to write file",
"my_ml-lib_data"
"/path/to/my_ml-lib_data"
);

message_descriptor read(
"read",
"read training data and / or model, first argument gives path to the read file",
"my_ml-lib_data"
"/path/to/my_ml-lib_data"
);

message_descriptor clear(
Expand Down

0 comments on commit 1e53923

Please sign in to comment.