From 43e8a57498bc2c628de92f7e4ecdf5470e743840 Mon Sep 17 00:00:00 2001 From: ayakael Date: Sun, 15 Apr 2018 23:02:38 -0400 Subject: [PATCH] [help-deploy][help-update][help-general] Added --from options [help-general] Updated --git-dir option --- help/deploy | 7 +++++++ help/general | 6 +++--- help/update | 7 +++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 help/deploy create mode 100644 help/update diff --git a/help/deploy b/help/deploy new file mode 100644 index 0000000..5c45d29 --- /dev/null +++ b/help/deploy @@ -0,0 +1,7 @@ +Usage: dam deploy [] + +Deploys tracks to target folder, with applies metadata and cover image + +Options + --from + Defines what what commit should dam deploy from. Defaults to when last succesfull deploy occured. diff --git a/help/general b/help/general index 8bf0304..bbf2b13 100644 --- a/help/general +++ b/help/general @@ -1,13 +1,13 @@ Usage: dam [--help] [--info] [] Options - --git-dir= + --git-dir Defines path to git directory that contains the music collection. Defaults to current directory when not set. Commands - update + update [] Populates database present in target folder with new images. - deploy + deploy [] Deploys tracks to target folder, with applies metadata and cover image exclude [] Exclude tracks based on conditions (see dam --help conditions for more information) diff --git a/help/update b/help/update new file mode 100644 index 0000000..67c0dda --- /dev/null +++ b/help/update @@ -0,0 +1,7 @@ +Usage: dam update [] + +Populates database present in target folder with new images. + +Options + --from + Defines what what commit should dam update from. Defaults to when last succesfull update occured.