From 9429bdff829f9c6b55e9e043c9351a93ee734f2c Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Fri, 12 Dec 2014 13:34:40 +0100 Subject: [PATCH] - changed message --- client/misc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/misc.cc b/client/misc.cc index 1eb8ebd5..be9bf749 100644 --- a/client/misc.cc +++ b/client/misc.cc @@ -85,7 +85,7 @@ read_nums(const string& str, const string& delim) { if (delim == "..") { - cerr << _("Did not find delimiter '..' between snapshot numbers.") << endl + cerr << _("Missing delimiter '..' between snapshot numbers.") << endl << _("See 'man snapper' for further instructions.") << endl; exit(EXIT_FAILURE); } -- 2.47.3