From 071b8d76fb89895578590bf108451e0cd0578975 Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Fri, 12 Jun 2020 17:05:30 +0200 Subject: [PATCH] Fix config.sh help usage --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 8df64b7..cec02f1 100755 --- a/config.sh +++ b/config.sh @@ -73,7 +73,7 @@ main() copy_dotfiles ;; **) - echo "Usage: $0 <--dump-dconf|--install>" + echo "Usage: $0 <--dump-dconf|--install|--install-dotfiles|--install-dconf>" ;; esac