Skip to content

Commit a58b1f7

Browse files
committed
Reword README
1 parent 5e52f90 commit a58b1f7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
= Jurand -- Java removal of annotations
22

3-
A tool for manipulating symbols present in `.java` source files.
3+
A tool for manipulating symbols present in Java source files.
44

5-
The tool can be used for patching `.java` sources in cases where using `sed` is insufficient due to Java language syntax.
5+
The tool can be used for patching Java sources in cases where using `sed` is insufficient due to Java language syntax.
66
The tool follows Java language rules rather than applying simple regular expressions on the source code.
77

88
Currently the tool is able to remove `import` statements, annotations and modular `requires` statements.

manpages/jurand.1.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jurand - remove dependency declarations or annotations from Java source files
1313
This tool removes annotations, corresponding *import* statements and modular *requires* statements from Java source files.
1414

1515
The tool can be used for patching Java sources in cases where using sed is insufficient due to Java language syntax.
16-
The tool follows Java language rules rather than applying simple regular expressions on the source code.
16+
It follows Java language rules rather than applying simple regular expressions on the source code.
1717

1818
The tool matches all non-whitespace content following the 'import [static]' statement against all patterns provided via the *-p* flag and all simple class names against names provided by the *-n* flag.
1919

@@ -24,7 +24,7 @@ File path arguments are handled the following way:
2424
* Symlinks are ignored.
2525
* Regular files are handled regardless of the file name.
2626
* Directories are traversed recursively and all *.java* files are handled.
27-
* *module-info.java* files are handled specifically.
27+
* Files named *module-info.java* are handled specifically.
2828

2929
Arguments can be specified in arbitrary order.
3030

0 commit comments

Comments
 (0)