From: Adam Crume Date: Fri, 8 Aug 2014 00:18:04 +0000 (-0700) Subject: rbd-replay: Remove outdated message that says regexes are used X-Git-Tag: v0.86~231^2~25 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f5272d578ed547de656e560559d31f986311d8d3;p=ceph.git rbd-replay: Remove outdated message that says regexes are used Signed-off-by: Adam Crume --- diff --git a/src/rbd_replay/rbd-replay.cc b/src/rbd_replay/rbd-replay.cc index b2ff0061a86..f600ead9176 100644 --- a/src/rbd_replay/rbd-replay.cc +++ b/src/rbd_replay/rbd-replay.cc @@ -45,8 +45,7 @@ static void usage(const char* program) { cout << std::endl; cout << "Image mapping rules:" << std::endl; cout << "A rule of image1@snap1=image2@snap2 would map snap1 of image1 to snap2 of" << std::endl; - cout << "image2. Regular expressions are used, so image@snap_(.*)=image_$1 would map" << std::endl; - cout << "image@snap_1 to image_1." << std::endl; + cout << "image2." << std::endl; } int main(int argc, const char **argv) {