Added gc command to usage information

Signed-off-by: Gleb Golubitsky <sectoid@gnolltech.org>
master
Gleb Golubitsky 2014-11-25 12:43:11 +02:00
parent 2c43343782
commit c57adde8f6
1 changed files with 1 additions and 0 deletions

View File

@ -729,6 +729,7 @@ int main( int argc, char *argv[] )
" performs export from source to destination storage;\n"
" import <source storage path> <destination storage path> -\n"
" performs import from source to destination storage.\n"
" gc <storage path> - performs chunk garbage collection;\n"
" For export/import storage path must be valid (initialized) storage.\n"
"", *argv,
defaultThreads, defaultCacheSizeMb );