mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
xdg-user-dirs-update: correct path syntax (#3711)
This commit is contained in:
parent
6fe6ed9641
commit
64ecf11238
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
- Change XDG's DESKTOP directory to the specified directory (must be absolute):
|
||||
|
||||
`xdg-user-dirs-update --set DESKTOP "{{/path/to/directory}}"`
|
||||
`xdg-user-dirs-update --set DESKTOP "{{path/to/directory}}"`
|
||||
|
||||
- Write the result to the specified dry-run-file instead of the `user-dirs.dirs` file:
|
||||
|
||||
`xdg-user-dirs-update --dummy-output "{{/path/to/dry-run-file}}" --set {{xdg_user_directory}} "{{/path/to/directory}}"`
|
||||
`xdg-user-dirs-update --dummy-output "{{path/to/dry_run_file}}" --set {{xdg_user_directory}} "{{path/to/directory}}"`
|
||||
|
|
Loading…
Add table
Reference in a new issue