Improved error reporting
This commit is contained in:
23
README.md
23
README.md
@ -5,29 +5,16 @@ HotFix; Quickly patch and fix system
|
||||
|
||||
## Usage
|
||||
|
||||
$ hotfix pastebin:1234abcd
|
||||
Downloading hotfix...
|
||||
Checking signature...
|
||||
Good signature from <bob@domain.com>
|
||||
|
||||
Info:
|
||||
This hotfix will install this driver for you
|
||||
|
||||
Do you want to proceed?
|
||||
Yes, No or Inspect [noi]: y
|
||||
|
||||
$ hotfix apply pastebin:1234abcd
|
||||
$ hotfix apply gist:user/hash
|
||||
$ hotfix apply http://some.site/url.to.fix
|
||||
|
||||
### Applying local patches
|
||||
|
||||
$ hotfix apply --unsigned test.hotfix
|
||||
Skipping signature check of test.hotfix
|
||||
|
||||
Info:
|
||||
...
|
||||
$ hotfix apply --insecure test.hotfix
|
||||
|
||||
|
||||
### Signing
|
||||
|
||||
$ hotfix sign -o test-signed.hotfix test.hotfix
|
||||
...
|
||||
$ hotfix sign test.hotfix
|
||||
|
||||
|
Reference in New Issue
Block a user