]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
Fix wrong help message 781/head
authorWu Zhenyu <wuzhenyu@ustc.edu>
Tue, 7 Feb 2023 12:06:43 +0000 (20:06 +0800)
committerWu Zhenyu <wuzhenyu@ustc.edu>
Wed, 8 Feb 2023 01:12:58 +0000 (09:12 +0800)
client/cmd-create.cc

index 8ba9561ed84d718e81b5567cec4a51966bbc2bbf..c350c26d3b9b9f254d067fa98fbab338976d7a1f 100644 (file)
@@ -53,7 +53,7 @@ namespace snapper
             << _("\t--command <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 <number>\t\t\tCreate a snapshot from the specified snapshot.") << '\n'
             << endl;
     }