Fix the default value info of "--omaptype" and the wrong indent
of "--name" option.
Signed-off-by: Wanlong Gao <wanlong.gao@easystack.cn>
<< "rand for random sizes between\n"
<< " 0 and max size, uniform for all sizes"
<< " to be specified size.\n"
- << " (default "<<value_size;
- cout <<"\n --name the rados id to use (default "<<rados_id;
- cout<<")\n";
+ << " (default uniform)\n";
+ cout << " --name the rados id to use (default "<< rados_id
+ << ")\n";
exit(1);
}
}