diff options
| author | can eldem <eldemcan@gmail.com> | 2020-05-22 10:08:23 +0100 |
|---|---|---|
| committer | can eldem <eldemcan@gmail.com> | 2020-05-22 16:11:17 +0100 |
| commit | 3bf0d6464e35c5c340cad5bb3592f5239eb3a127 (patch) | |
| tree | bb6cc7617eeaca5953c9038c6713ba6ea4bad963 /spec/integration | |
| parent | e478085cef743670a13f5ba0eedc5336732f4ef5 (diff) | |
Add gem for table creating bits and bobs
Diffstat (limited to 'spec/integration')
| -rw-r--r-- | spec/integration/cli/scan_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/cli/scan_spec.rb b/spec/integration/cli/scan_spec.rb index a574cda..0ca9e6d 100644 --- a/spec/integration/cli/scan_spec.rb +++ b/spec/integration/cli/scan_spec.rb @@ -13,7 +13,7 @@ RSpec.describe '`spandx scan` command', type: :cli do -a, [--airgap], [--no-airgap] # Disable network connections -l, [--logfile=LOGFILE] # Path to a logfile # Default: /dev/null - -f, [--format=FORMAT] # Format of report + -f, [--format=FORMAT] # Format of report. (table, csv, json, hash) # Default: table -p, [--pull], [--no-pull] # Pull the latest cache before the scan -r, [--require=REQUIRE] # Causes spandx to load the library using require. |
