]> git.proxmox.com Git - ceph.git/blame - ceph/src/tools/rbd/rbd.cc
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / tools / rbd / rbd.cc
CommitLineData
7c673cae
FG
1// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2// vim: ts=8 sw=2 smarttab
3
4#include "tools/rbd/Shell.h"
7c673cae
FG
5
6int main(int argc, const char **argv)
7{
7c673cae 8 rbd::Shell shell;
11fdf7f2 9 return shell.execute(argc, argv);
7c673cae 10}