fix missing CLI option

This commit is contained in:
David Mohr 2014-01-13 19:15:22 +01:00 committed by Peter Hatina
parent 80784a0c8c
commit c0e76ed848
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ void SMTPFileSystem::printHelp() const
<< " -h --help print help\n"
<< " -V --version print version\n\n"
<< "simple-mtpfs options:\n"
<< " -v --verbose verbose output, implies -f\n"
<< " -l --list-devices print available devices\n"
<< " --device select a device number to mount\n"
<< " -o enable-move enable the move operations\n\n";