We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fcf24 commit 0051056Copy full SHA for 0051056
tests/list.rs
@@ -30,7 +30,7 @@ fn list_subcommand() {
30
String::from_utf8_lossy(&output.stdout),
31
r#"
32
No chains to list.
33
-To initialize a chain for this branch, run git chain init <root_branch> <chain_name>
+To initialize a chain for this branch, run git chain init <chain_name> <root_branch>
34
"#
35
.trim_start()
36
);
0 commit comments