From cb0895fe6057cc1289422d941ed19930f6eda797 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Tue, 12 Oct 2021 20:50:56 +0200 Subject: [PATCH] reorder options --- dotdrop/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotdrop/options.py b/dotdrop/options.py index a49d80b..f1ea7f8 100644 --- a/dotdrop/options.py +++ b/dotdrop/options.py @@ -76,7 +76,6 @@ Options: -b --no-banner Do not display the banner. -c --cfg= Path to the config. -C --file= Path of dotfile to compare. - -z --ignore-missing Ignore files in installed folders that are missing. -d --dry Dry run. -D --showdiff Show a diff before overwriting. -f --force Do not ask user confirmation for anything. @@ -94,6 +93,7 @@ Options: -T --template Only template dotfiles. -V --verbose Be verbose. -w --workers= Number of concurrent workers [default: 1]. + -z --ignore-missing Ignore files in installed folders that are missing. -v --version Show version. -h --help Show this screen. """.format(BANNER, PROFILE)