diff --git a/modules/stash/help.scm b/modules/stash/help.scm index c0915a1..6de0f39 100644 --- a/modules/stash/help.scm +++ b/modules/stash/help.scm @@ -22,7 +22,7 @@ Examples: Using long options: guile -L . stash.scm --source ~/.config/test --target ~/.dotfiles/ - Using short options (without `=`): + Using short options: guile -L . stash.scm -s ~/.config/test -t ~/.dotfiles/ This command will move the directory ~/.config/test to ~/.dotfiles/.config/test and create a symlink in ~/.config pointing to the new location.