Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmhess committed Jul 24, 2015
1 parent c307efe commit ec5ab5f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.13
- Added configFile
- added ssl options (with truststore and keystore)

## 0.0.12
- Added a rateFile to output CSV rate statistics
- added -skipCols to skip input columns
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,15 @@ different styles, the True and False strings are as follows:
TRUE_FALSE | TRUE | FALSE
```

configFile is a file with configuration options that are formatted just like on
the command line. This allows you to not specify arguments on the command line.
For example, you can specify passwords in the configFile and avoid having them on
the command line. The format is one switch and option per line:
```
-pwd mypassword
-host 1.2.3.4
```

## Usage Statement:
```
Usage: -f <filename> -host <ipaddress> -schema <schema> [OPTIONS]
Expand Down

0 comments on commit ec5ab5f

Please sign in to comment.