From 20739721ca5ea756b5a86af0f17c5f0ca48e0ea4 Mon Sep 17 00:00:00 2001 From: Kevin Rockwood Date: Tue, 30 Aug 2016 09:25:52 +0900 Subject: [PATCH] Add note about parse-legacy-file argument --- docs/creating-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating-plugins.md b/docs/creating-plugins.md index b51bbd5e..e7df57d0 100644 --- a/docs/creating-plugins.md +++ b/docs/creating-plugins.md @@ -62,7 +62,7 @@ Note: This will only apply for users who have enabled the `legacy_version_file` #### bin/parse-legacy-file -This can be used to further parse the legacy file found by asdf. If `parse-legacy-file` isn't implemented, asdf will simply cat the file to determine the version. +This can be used to further parse the legacy file found by asdf. If `parse-legacy-file` isn't implemented, asdf will simply cat the file to determine the version. The script will be passed the file path as its first argument. ### Custom shim templates