public static void main(String[] args) throws Exception {
ClientOpts opts = new ClientOpts();
opts.parseArgs(FindOfflineTablets.class.getName(), args);
Instance instance = opts.getInstance();
SystemCredentials creds = SystemCredentials.get();
findOffline(instance, creds, null);
}