From 466892c626fa3c6337be64915b5b729f3e96c968 Mon Sep 17 00:00:00 2001 From: Wu Zhenyu Date: Tue, 7 Feb 2023 20:06:43 +0800 Subject: [PATCH] Fix wrong help message --- client/cmd-create.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmd-create.cc b/client/cmd-create.cc index 8ba9561e..c350c26d 100644 --- a/client/cmd-create.cc +++ b/client/cmd-create.cc @@ -53,7 +53,7 @@ namespace snapper << _("\t--command \t\tRun command and create pre and post snapshots.") << endl << _("\t--read-only\t\t\tCreate read-only snapshot.") << '\n' << _("\t--read-write\t\t\tCreate read-write snapshot.") << '\n' - << _("\t--from\t\t\t\tCreate a snapshot from the specified snapshot.") << '\n' + << _("\t--from \t\t\tCreate a snapshot from the specified snapshot.") << '\n' << endl; } -- 2.47.3