Skip to content

Commit 10efc78

Browse files
committed
Include 'support' option in readme.
1 parent cf46ccb commit 10efc78

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ command shell session. Usage and installation of `pip` is covered in
5656
## Usage
5757

5858
```
59-
usage: rossum [-h] [-v] [-V] [-q] [-c ID] [-d] [--ktrans PATH]
60-
[--ktransw PATH] [-n] [-p PATH] [-r INI] [-w]
59+
usage: rossum [-h] [-v] [-V] [-q] [-c ID] [--support PATH] [-d]
60+
[--ktrans PATH] [--ktransw PATH] [-n] [-p PATH] [-r INI] [-w]
6161
SRC [BUILD]
6262
6363
Version 0.1.2
@@ -76,6 +76,9 @@ optional arguments:
7676
-q, --quiet Be quiet (only warnings and errors will be shown)
7777
-c, --core Version of the core files used when translating
7878
(default: V7.70-1)
79+
--support Location of KAREL support directory (default: auto-
80+
detect based on selected core version and FANUC
81+
registry keys)
7982
-d, --dry-run Do everything except writing to Makefile
8083
--ktrans Location of ktrans (default: auto-detect)
8184
--ktransw Location of ktransw (default: assume it's on the

0 commit comments

Comments
 (0)