Updated the help.scm file

This commit is contained in:
GLENN THOMPSON 2024-10-05 08:54:44 +03:00
parent d76a557cdc
commit c7c3fdce93
1 changed files with 1 additions and 1 deletions

View File

@ -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.