Skip to content

Commit 94c696a

Browse files
committed
Restore original name for init script
1 parent 602e3dd commit 94c696a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ansible/roles/dev-desktop/files/scripts/help.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
echo "# Available scripts for managing your Rust checkouts"
4-
echo "init.sh | first time setup, you should only have to execute this once on a new machine"
4+
echo "setup_rustup.sh | first time setup, you should only have to execute this once on a new machine"
55
echo "status.sh | list the branches and git status of all copies of the Rust repo"
66
echo "new_worktree.sh | creates a worktree (shallow copy of the main git checkout of Rust, sharing the .git folder)"
77
echo "detach_merged_prs.sh | invokes \"git pull --fast-forward-only\" on all worktrees and detaches those that are equal to the \"master\" branch"

0 commit comments

Comments
 (0)