summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-05-18 20:10:53 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-05-18 21:41:10 +0200
commit923c21a252c0cec04a100aa0448ed3f1d9e3bd5b (patch)
treeab67b9db67ae9f2ae810917e5816f98e22d154fb /.local
parentfcefd4ad4944009169f0fde588aba8ffda564f20 (diff)
downloaddotfiles-923c21a252c0cec04a100aa0448ed3f1d9e3bd5b.tar.gz
dotfiles-923c21a252c0cec04a100aa0448ed3f1d9e3bd5b.zip
fix: make `dotfiles` usage message useful
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/dotfiles2
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