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.