diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 20:10:53 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:41:10 +0200 |
| commit | 923c21a252c0cec04a100aa0448ed3f1d9e3bd5b (patch) | |
| tree | ab67b9db67ae9f2ae810917e5816f98e22d154fb | |
| parent | fcefd4ad4944009169f0fde588aba8ffda564f20 (diff) | |
| download | dotfiles-923c21a252c0cec04a100aa0448ed3f1d9e3bd5b.tar.gz dotfiles-923c21a252c0cec04a100aa0448ed3f1d9e3bd5b.zip | |
fix: make `dotfiles` usage message useful
| -rwxr-xr-x | .local/bin/dotfiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index 3a4dba3..4c23a73 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -100,7 +100,7 @@ sync) on) clipboard_hint "source $HOME/.local/share/dotfiles/dotfiles_on.env" ;; off) clipboard_hint "source $HOME/.local/share/dotfiles/dotfiles_off.env" ;; *) - echo "What?" + echo "usage: dotfiles {sync|on|off}" exit 1 ;; esac |
