Fixed GC usage notice

master
Vladimir Stackov 2015-08-19 11:30:23 +03:00
parent 0631d70c4b
commit ff113999a2
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ invalid_option:
// Perform the garbage collection
if ( args.size() < 2 || args.size() > 3 )
{
fprintf( stderr, "Usage: %s %s [chunks|indexes] <storage path>\n",
fprintf( stderr, "Usage: %s %s [fast|deep] <storage path>\n",
*argv, args[ 0 ] );
return EXIT_FAILURE;
}