ThePrez / ServiceCommander-IBMi

Service Commander for IBM i
Apache License 2.0
42 stars 12 forks source link

[BUG] sc -a Argument not recognised #95

Closed AndyYouens closed 2 years ago

AndyYouens commented 2 years ago

The readme.md states that sc -a checkall will show all, whereas the command returns a warning.

sc -a check all WARNING: Argument '-a' unrecognized and will be ignored

if this is just a readme change, do you want me to put in a PR?

ThePrez commented 2 years ago

@AndyYouens , thanks for the bug report! The -a argument is new in v1.x, which hasn't hit the IBM repo yet.

In the interim, you can upgrade by running:

yum install https://github.com/ThePrez/ServiceCommander-IBMi/releases/download/v1.0.1/service-commander-1.0.1-0.ibmi7.2.ppc64.rpm
AndyYouens commented 2 years ago

That works. Thanks @ThePrez