From e060d40a32b3270b8e619ae322b8ff0ea5ca5537 Mon Sep 17 00:00:00 2001 From: Takayuki Ushida Date: Tue, 8 Nov 2016 22:27:57 +0900 Subject: [PATCH] Fix README --- README.ja.md | 16 ++++++++-------- README.md | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.ja.md b/README.ja.md index 5a0ef697..c6599536 100644 --- a/README.ja.md +++ b/README.ja.md @@ -1006,25 +1006,25 @@ For details, see https://github.com/future-architect/vuls/blob/master/report/tui - Display the list of scan results. ``` -$ ./vuls history -2 2016-05-24 19:49 scanned 1 servers: amazon2 -1 2016-05-24 19:48 scanned 2 servers: amazon1, romantic_goldberg +$ vuls history +20160524_1950 scanned 1 servers: amazon2 +20160524_1940 scanned 2 servers: amazon1, romantic_goldberg ``` -- Display the result of scanID 1 +- Display the result of scan 20160524_1949 ``` -$ ./vuls tui 1 +$ vuls tui 20160524_1950 ``` -- Display the result of scanID 2 +- Display the result of scan 20160524_1948 ``` -$ ./vuls tui 2 +$ vuls tui 20160524_1940 ``` # Display the previous scan results using peco ``` -$ ./vuls history | peco | ./vuls tui +$ vuls history | peco | vuls tui ``` [![asciicast](https://asciinema.org/a/emi7y7docxr60bq080z10t7v8.png)](https://asciinema.org/a/emi7y7docxr60bq080z10t7v8) diff --git a/README.md b/README.md index 5a6d3d9b..f6a28cd2 100644 --- a/README.md +++ b/README.md @@ -1006,25 +1006,25 @@ For details, see https://github.com/future-architect/vuls/blob/master/report/tui - Display the list of scan results. ``` -$ ./vuls history -2 2016-05-24 19:49 scanned 1 servers: amazon2 -1 2016-05-24 19:48 scanned 2 servers: amazon1, romantic_goldberg +$ vuls history +20160524_1950 scanned 1 servers: amazon2 +20160524_1940 scanned 2 servers: amazon1, romantic_goldberg ``` -- Display the result of scanID 1 +- Display the result of scan 20160524_1949 ``` -$ ./vuls tui 1 +$ vuls tui 20160524_1950 ``` -- Display the result of scanID 2 +- Display the result of scan 20160524_1948 ``` -$ ./vuls tui 2 +$ vuls tui 20160524_1940 ``` # Display the previous scan results using peco ``` -$ ./vuls history | peco | ./vuls tui +$ vuls history | peco | vuls tui ``` [![asciicast](https://asciinema.org/a/emi7y7docxr60bq080z10t7v8.png)](https://asciinema.org/a/emi7y7docxr60bq080z10t7v8)