Skip to content

Commit 16b3b8b

Browse files
committed
document -r option
1 parent 18b0ca0 commit 16b3b8b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ Autoformat file1, file2, ... inplace by
8080
```
8181
fprettify file1, file2, ...
8282
```
83-
The default indent is 3. If you prefer something else, use `--indent n` argument. For more options, read
83+
The default indent is 3. If you prefer something else, use `--indent n` argument.
84+
85+
In order to apply fprettify recursively to an entire Fortran project instead of a single file, use the `-r` option.
86+
87+
For more options, read
8488
```
8589
fprettify -h
8690
```

0 commit comments

Comments
 (0)