diff options
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,8 +62,8 @@ class DCP : public boost::noncopyable { public: /** Construct a DCP. You can pass an existing DCP's directory - * as the parameter, or an empty folder to create a new - * DCP in. + * as the parameter; alternatively, directory will be created + * if it does not exist. * * @param directory Directory containing the DCP's files. */ |
