From 07d5ea395d5cf1e08acfdee7267d6c6974589858 Mon Sep 17 00:00:00 2001 From: Svetlozar Argirov Date: Wed, 27 Mar 2019 21:13:46 +0200 Subject: [PATCH] Move script and fix typo --- package/all/{ => winrun4j}/replace_exe.sh | 0 src/main/java/pmedit/CommandDescription.java | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename package/all/{ => winrun4j}/replace_exe.sh (100%) diff --git a/package/all/replace_exe.sh b/package/all/winrun4j/replace_exe.sh similarity index 100% rename from package/all/replace_exe.sh rename to package/all/winrun4j/replace_exe.sh diff --git a/src/main/java/pmedit/CommandDescription.java b/src/main/java/pmedit/CommandDescription.java index 7e6d493..21ef626 100644 --- a/src/main/java/pmedit/CommandDescription.java +++ b/src/main/java/pmedit/CommandDescription.java @@ -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) {