diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-21 22:29:24 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-21 22:29:24 -0600 |
| commit | 01e472393d87e505078b323b9adab67234f58f95 (patch) | |
| tree | a909744a81ff17be263ceb5df8d52b34d9486824 /spec/integration/cli | |
| parent | 6b75b378d9dadc8c4b6a4a09788e641c54a5de7e (diff) | |
Fix failing specs
Diffstat (limited to 'spec/integration/cli')
| -rw-r--r-- | spec/integration/cli/index/build_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/integration/cli/index/build_spec.rb b/spec/integration/cli/index/build_spec.rb index b48239a..af4936a 100644 --- a/spec/integration/cli/index/build_spec.rb +++ b/spec/integration/cli/index/build_spec.rb @@ -11,6 +11,8 @@ RSpec.describe '`spandx index build` command', type: :cli do -h, [--help], [--no-help] # Display usage information -d, [--directory=DIRECTORY] # Directory to build index in # Default: .index + -i, [--index=INDEX] # The specific index to build + # Default: all Build a package index OUT |
