rados help message lacks info about the generic options it supports.
This patch creates the GENERIC OPTIONS section in rados help message
using the generic_client_usage() function.
Signed-off-by: Rodrigo Severo <rodrigo@fabricadeideias.com>
" --with-clones include clones when doing flush or evict\n"
"\n"
"OMAP OPTIONS:\n"
-" --omap-key-file file read the omap key from a file\n";
+" --omap-key-file file read the omap key from a file\n"
+"\n"
+"GENERIC OPTIONS:\n";
+ generic_client_usage();
}
namespace detail {