fixed typos
This commit is contained in:
parent
6d53ab97e4
commit
749cc8c0f7
|
@ -496,10 +496,10 @@ deboco_print_usage()
|
||||||
echo " updates the machine <machine-fqdn> using the debops controller in <debobs-controller-path>"
|
echo " updates the machine <machine-fqdn> using the debops controller in <debobs-controller-path>"
|
||||||
echo
|
echo
|
||||||
echo " configure_machine <debobs-controller-path> <machine-fqdn>"
|
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
|
||||||
echo "example:"
|
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()
|
deboco()
|
||||||
|
|
Loading…
Reference in New Issue