Skip to content

Commit

Permalink
Move script and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro committed Mar 27, 2019
1 parent 66ea8b3 commit 07d5ea3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main/java/pmedit/CommandDescription.java
Expand Up @@ -26,7 +26,7 @@ public boolean is(String command){
new CommandDescription("rename", "Rename files from metadata"),
new CommandDescription("tojson", "Extract metadata as JSON"),
new CommandDescription("toyaml", "Extract metadata as YAML/Text"),
new CommandDescription("fromcsv", "Set metadate from CSV file"),
new CommandDescription("fromcsv", "Set metadata from CSV file"),
};

public static String helpMessage(int descriptionOffset) {
Expand Down

0 comments on commit 07d5ea3

Please sign in to comment.