fixed typos

This commit is contained in:
Guillaume Raffy 2024-01-10 10:56:16 +01:00
parent 6d53ab97e4
commit 749cc8c0f7
1 changed files with 2 additions and 2 deletions

View File

@ -496,10 +496,10 @@ deboco_print_usage()
echo " updates the machine <machine-fqdn> using the debops controller in <debobs-controller-path>"
echo
echo " configure_machine <debobs-controller-path> <machine-fqdn>"
echo " configures the machine <machine-fqdn> using the debops controller in <debobs-controller-path>". Equivivalent to a init_machine followed by update_machine
echo " configures the machine <machine-fqdn> using the debops controller in <debobs-controller-path>". Equivalent to a init_machine followed by update_machine
echo
echo "example:"
echo " deboco --python-path /usr/bin/python3.10 init ~/work/debops/constrollers/alambix"
echo " deboco --python-path /usr/bin/python3.10 init ~/work/debops/controllers/alambix"
}
deboco()