Minor README cleanup
This commit is contained in:
parent
473a70329e
commit
51002b337f
2 changed files with 4 additions and 4 deletions
|
@ -73,7 +73,7 @@ The [Entry](https://rife2.github.io/bld-property-file/rife/bld/extension/propert
|
||||||
|
|
||||||
## EntryDate
|
## EntryDate
|
||||||
|
|
||||||
The [Entry](https://rife2.github.io/bld-property-file/rife/bld/extension/propertyfile/EntryDate.html) class is used to specify modifications to a [date property](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html).
|
The [EntryDate](https://rife2.github.io/bld-property-file/rife/bld/extension/propertyfile/EntryDate.html) class is used to specify modifications to a [date property](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html).
|
||||||
|
|
||||||
| Function | Description/Example |
|
| Function | Description/Example |
|
||||||
|:-----------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
@ -101,7 +101,7 @@ The following [Units](https://rife2.github.io/bld-property-file/rife/bld/extensi
|
||||||
|
|
||||||
## EntryInt
|
## EntryInt
|
||||||
|
|
||||||
The [Entry](https://rife2.github.io/bld-property-file/rife/bld/extension/propertyfile/EntryInt.html) class is used to specify modifications to a [integer property](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html).
|
The [EntryInt](https://rife2.github.io/bld-property-file/rife/bld/extension/propertyfile/EntryInt.html) class is used to specify modifications to a [integer property](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html).
|
||||||
|
|
||||||
| Function | Description/Example |
|
| Function | Description/Example |
|
||||||
|:-----------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|:-----------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
|
|
@ -23,7 +23,7 @@ Upon execution, the `version.properties` file will be created and displayed:
|
||||||
./bld updateMajor run
|
./bld updateMajor run
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```text
|
||||||
+---------------------------+
|
+---------------------------+
|
||||||
| version.properties |
|
| version.properties |
|
||||||
+---------------------------+
|
+---------------------------+
|
||||||
|
@ -42,7 +42,7 @@ Subsequent commands will reflect the modifications to the
|
||||||
./bld upatePatch run
|
./bld upatePatch run
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```text
|
||||||
+---------------------------+
|
+---------------------------+
|
||||||
| version.properties |
|
| version.properties |
|
||||||
+---------------------------+
|
+---------------------------+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue