Skip to content

Commit

Permalink
Fix invalid value in documentation
Browse files Browse the repository at this point in the history
Documentation specifies 'basic', but code is using 'normal'.
Caused by commit 987ddd4
  • Loading branch information
juriadasek committed Sep 21, 2023
1 parent 68d161b commit f9bcf11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/commands/functionmodule.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ sapcli functiongroup write [GROUP_NAME|-] [OBJECT_NAME|-] [FILE_PATH+|-] [--corr
Changes attributes of the given function module.

```bash
sapcli functionmodule chattr "ZFG_PARENT" "Z_FUNCTION_MODULE [--type basic|rfc] [--corrnr TRANSPORT]
sapcli functionmodule chattr "ZFG_PARENT" "Z_FUNCTION_MODULE [--type normal|rfc] [--corrnr TRANSPORT]
```
* _--type [basic|rfc]_ could be used to make RFC enabled
* _--type [normal|rfc]_ could be used to make RFC enabled
* _--corrnr TRANSPORT_ specifies CTS Transport Request Number if needed
### activate
Expand Down

0 comments on commit f9bcf11

Please sign in to comment.