diff --git a/man/en/rhnreg_ks.8 b/man/en/rhnreg_ks.8 index 0839467d31..bf86eda910 100644 --- a/man/en/rhnreg_ks.8 +++ b/man/en/rhnreg_ks.8 @@ -37,6 +37,9 @@ the system in Red Hat Satellite .IP "\fB--username\fP" The username to register the system with under Red Hat Satellite. This can be an existing Red Hat Satellite username, or a new username. .br +.IP "\fB--systemorgid"\fP" +Specify an organizational id for this system +.br .IP "\fB--password\fP" The password associated with the username specified with the \fB--username\fR option. This is an unencrypted password. @@ -47,6 +50,10 @@ optional, but activation keys can really simplify the registration process. Learn more about activation keys in the online RHN documentation. .br +.IP "\fB--use-eus-channel\fR" +Subscribe this system to the EUS channel tied to the +system's redhat-release +.br .IP "\fB--contactinfo\fP" This option has been deprecated. Please login to the server web user interface and update your contactinfo. @@ -86,6 +93,9 @@ Specify a path to a SSL CA certificate to use. .IP "\fB--serverUrl\fP" Specify a URL to as the server. .br +.IP "\fB-v, --verbose"\fP" +Show additional output +.br .IP "\fB-h, --help\fP" Show a help message and exit. diff --git a/rhn-client-tools.spec b/rhn-client-tools.spec index 85a029d318..a01d876e48 100644 --- a/rhn-client-tools.spec +++ b/rhn-client-tools.spec @@ -5,7 +5,7 @@ Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar. URL: https://fedorahosted.org/spacewalk Name: rhn-client-tools Version: 2.0.2 -Release: 17%{?dist} +Release: 18%{?dist} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if 0%{?suse_version} @@ -361,6 +361,10 @@ make -f Makefile.rhn-client-tools test %endif %changelog +* Thu Sep 21 2017 Tomas Kasparek 2.0.2-18 +- Resolves: #1430298 - rhnreg_ks man page missing documentation for some + options (ogajduse@redhat.com) + * Fri Jun 30 2017 Tomas Lestach 2.0.2-17 - Reverts: bz 1415742 - rhn-search traceback - immediateTrigger-server exists with certain identification" (michael.mraka@redhat.com)