From 4734b06d2b53dac98ec1f32fe779f457be97ad42 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 23 Dec 2017 21:00:38 +0100 Subject: [PATCH] update usage --- dotdrop/dotdrop.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index ba7ed18..dc020c8 100644 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -52,16 +52,16 @@ USAGE = """ %s Usage: - dotdrop install [-fndVc ] [--profile=] - dotdrop compare [-Vc ] [--profile=] [--files=] - dotdrop import [-ldVc ] [--profile=] ... - dotdrop listfiles [-Vc ] [--profile=] - dotdrop list [-Vc ] + dotdrop install [-fndV] [-c ] [-p ] + dotdrop compare [-V] [-c ] [-p ] [--files=] + dotdrop import [-ldV] [-c ] [-p ] ... + dotdrop listfiles [-V] [-c ] [-p ] + dotdrop list [-V] [-c ] dotdrop --help dotdrop --version Options: - --profile= Specify the profile to use [default: %s]. + -p --profile= Specify the profile to use [default: %s]. -c --cfg= Path to the config [default: config.yaml]. --files= Comma separated list of files to compare. -n --nodiff Do not diff when installing.