ncl: Fix description of rollback command

Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch>
This commit is contained in:
Pascal Bach 2024-02-06 21:57:39 +01:00 committed by Gris Ge
parent a6b0ab1d43
commit 6698891ec9

View File

@ -214,7 +214,7 @@ fn main() {
)
.subcommand(
clap::Command::new(SUB_CMD_ROLLBACK)
.about("Commit a change")
.about("Rollback a change")
.arg(
clap::Arg::new("CHECKPOINT")
.required(false)