You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/aptos/src/common/init.rs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,8 @@ impl CliCommand<()> for InitTool {
351
351
.profile_name()
352
352
.unwrap_or(DEFAULT_PROFILE);
353
353
eprintln!(
354
-
"\n---\nMovement CLI is now set up for account {} as profile {}!\n See the account here: {}\n Run `movement --help` for more information about commands",
354
+
"\n---\nMovement CLI is now set up for account {} as profile {}!\n See the account here: {}\n
355
+
Run `movement --help` for more information about commands.",
0 commit comments