We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b03a4c + 0b8f17a commit 33fcf24Copy full SHA for 33fcf24
1 file changed
src/main.rs
@@ -1057,7 +1057,7 @@ impl GitChain {
1057
if list.is_empty() {
1058
println!("No chains to list.");
1059
println!(
1060
- "To initialize a chain for this branch, run {} init <root_branch> <chain_name>",
+ "To initialize a chain for this branch, run {} init <chain_name> <root_branch>",
1061
self.executable_name
1062
);
1063
return Ok(());
0 commit comments