From: Wu Zhenyu Date: Tue, 7 Feb 2023 12:06:43 +0000 (+0800) Subject: Fix wrong help message X-Git-Tag: v0.10.5~55^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F781%2Fhead;p=thirdparty%2Fsnapper.git Fix wrong help message --- 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; }