Skip to content

Commit

Permalink
Update BrissCMD.java
Browse files Browse the repository at this point in the history
  • Loading branch information
DrearyWillow authored and cleydyr committed Jul 15, 2024
1 parent eda0d81 commit 54c14b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/at/laborg/briss/cli/BrissCMD.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static void autoCrop(final String[] args) {
workDescription.getDestFile(), clusterDefinition);
System.out.println("Starting to crop files.");
DocumentCropper.crop(cropDefintion, password);
System.out.println("Cropping succesful. Cropped to:" + workDescription.getDestFile().getAbsolutePath());
System.out.println("Cropping successful. Cropped to: " + workDescription.getDestFile().getAbsolutePath());
} catch (IOException | DocumentException | IllegalArgumentException e) {
e.printStackTrace();
} catch (CropException e) {
Expand Down

0 comments on commit 54c14b9

Please sign in to comment.