From aeff0194ccb415904b1e37039e86a19f038dc708 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 25 Apr 2022 13:23:44 +0200 Subject: Rename bootstrap to init --- lib/main.bash | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/main.bash') diff --git a/lib/main.bash b/lib/main.bash index 9a2d676..b5d6cc3 100644 --- a/lib/main.bash +++ b/lib/main.bash @@ -76,8 +76,8 @@ usage() { Usage: $BASHTARD_NAME -h $BASHTARD_NAME add - $BASHTARD_NAME bootstrap [repository] $BASHTARD_NAME del + $BASHTARD_NAME init [repository] $BASHTARD_NAME ssh $BASHTARD_NAME sync [playbook] $BASHTARD_NAME sysinfo @@ -85,13 +85,13 @@ Usage: Perform maintenance on your infra. Commands: - add Add a configuration playbook to this machine. - bootstrap Bootstrap the $BASHTARD_NAME configuration system. - del Remove a configuration playbook from this machine. - ssh Run a given command on all known hosts. - sync Pull latest changes through git, and synchronize all added - playbooks. - sysinfo Show gathered information about this system. + add Add a configuration playbook to this machine. + init Initialize the $BASHTARD_NAME configuration system. + del Remove a configuration playbook from this machine. + ssh Run a given command on all known hosts. + sync Pull latest changes through git, and synchronize all added + playbooks. + sysinfo Show gathered information about this system. Playbooks: EOF -- cgit v1.1