From 0cb3e3d2168ccb0866213ba7abc19e78c19bfd8f Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 2 Dec 2022 11:35:10 -0500 Subject: [PATCH] Add rebase to osdeploy man page --- confluent_client/doc/man/osdeploy.ronn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/confluent_client/doc/man/osdeploy.ronn b/confluent_client/doc/man/osdeploy.ronn index 10c13127..71720a1e 100644 --- a/confluent_client/doc/man/osdeploy.ronn +++ b/confluent_client/doc/man/osdeploy.ronn @@ -5,6 +5,7 @@ osdeploy(8) --- Configure general OS deployment facilities of confluent `osdeploy import ` `osdeploy updateboot ` +`osdeploy rebase ` `osdeploy initialize [-h] [-g] [-u] [-s] [-k] [-t] [-p] [-i] [-l] [-a]` ## DESCRIPTION @@ -13,5 +14,6 @@ osdeploy(8) --- Configure general OS deployment facilities of confluent `import` subcommand will generate profiles from an iso image. `updateboot` will take any changes in the specified update that need to be pushed into boot configuration and/or images and ensure those needed changes are performed. `initialize` provides assistance in setting -up the most commonly required facilities. Run `osdeploy initialize -h` for more detail -on the options offered by `osdeploy initialize` +up the most commonly required facilities. `rebase` has confluent attempt to update profile +content that came from /opt/confluent in an rpm update, if profile supports it. +Run `osdeploy initialize -h` for more detail on the options offered by `osdeploy initialize`. \ No newline at end of file