Skip to content

Commit

Permalink
Update some man page verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
brantleyr committed Jan 17, 2017
1 parent a31d8b2 commit 997f580
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
8 changes: 7 additions & 1 deletion docs/redhat-access-insights.8
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Unregister system from the Red Hat Access Insights Service
.IP "--update-collection-rules"
Refresh collection rules from Red Hat
Set Red Hat Access Insights to collect data once per week
.IP "--display-name"
Display name for this system. MUST be used with --register.
.IP "--group=GROUP"
Group to add this system to during registration
.IP "--retry=RETRIES"
Expand Down Expand Up @@ -55,6 +57,10 @@ Test connectivity to Red Hat
Forcefully reregister this machine to Red Hat. Use only as directed.
.IP "--verbose"
DEBUG output to stdout
.IP "--support"
Create a support logfile for Red Hat Insights
.IP "--status"
Check this machine's registration status with Red Hat Insights
.IP "--no-gpg"
Do not verify GPG signature
.IP "--no-upload"
Expand All @@ -68,4 +74,4 @@ Do not delete archive after upload
.BR redhat-access-insights.conf (5)

.SH "AUTHOR"
Jeremy Crafts <[email protected]>, Dan Varga <[email protected]>\&
Richard Brantley <[email protected]>, Jeremy Crafts <[email protected]>, Dan Varga <[email protected]>\&
2 changes: 1 addition & 1 deletion docs/redhat-access-insights.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ URL for the proxy
.BR redhat-access-insights (8)

.SH "AUTHOR"
Jeremy Crafts <[email protected]>, Dan Varga <[email protected]>
Richard Brantley <[email protected]>, Jeremy Crafts <[email protected]>, Dan Varga <[email protected]>
5 changes: 4 additions & 1 deletion etc/redhat-access-insights.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name: redhat-access-insights
Summary: Uploads Insights information to Red Hat on a periodic basis
Version: 1.0.13
Release: 3%{?dist}
Release: 4%{?dist}
Source0: https://github.com/redhataccess/insights-client/archive/redhat-access-insights-%{version}.tar.gz
Epoch: 0
License: GPLv2+
Expand Down Expand Up @@ -83,6 +83,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
/usr/share/man/man5/*.5.gz

%changelog
* Tue Jan 17 2017 Richard Brantley <[email protected]> - 1.0.13-4
- Update some man page verbiage

* Fri Jan 13 2017 Richard Brantley <[email protected]> - 1.0.13-3
- Adds Machine ID and Account Numbers to STDOUT and logs

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def get_version():
setup(
name="redhat-access-insights",
version=VERSION,
author="Jeremy Crafts <[email protected]>, Dan Varga <[email protected]>",
author_email="[email protected]",
author="Richard Brantley <[email protected]>, Jeremy Crafts <[email protected]>, Dan Varga <[email protected]>",
author_email="[email protected], [email protected]",
license="GPL",
packages=find_packages(),
install_requires=['requests'],
Expand Down

0 comments on commit 997f580

Please sign in to comment.