diff options
Diffstat (limited to 'jgvariant-tool/src/main/java/eu')
-rw-r--r-- | jgvariant-tool/src/main/java/eu/mulk/jgvariant/tool/Main.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jgvariant-tool/src/main/java/eu/mulk/jgvariant/tool/Main.java b/jgvariant-tool/src/main/java/eu/mulk/jgvariant/tool/Main.java index bca6ad9..fbf5b71 100644 --- a/jgvariant-tool/src/main/java/eu/mulk/jgvariant/tool/Main.java +++ b/jgvariant-tool/src/main/java/eu/mulk/jgvariant/tool/Main.java @@ -12,8 +12,8 @@ import picocli.CommandLine; /** * A command line tool to read and manipulate GVariant-formatted files. * - * <p>Implements a tool called {@code jgvariant} that can be used to - * manipulate GVariant-formatted files from the command line. + * <p>Implements a tool called {@code jgvariant} that can be used to manipulate GVariant-formatted + * files from the command line. * * <p>Also provides ways to manipulate OSTree repositories. * |