diff options
author | cehteh <cehteh@web> | 2014-10-22 17:01:53 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-22 17:01:53 +0000 |
commit | 809dc99da8f90dd0aa21f269657ac853a2415f62 (patch) | |
tree | 7c847246b15ffea905b9b95b22a985d86779e5a6 | |
parent | 36c4ddcdf14e7f9fd51acbe68ad86d551f3d58ff (diff) |
fix: get, not drop for get...
-rw-r--r-- | doc/tips/file_manager_integration.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/file_manager_integration.mdwn b/doc/tips/file_manager_integration.mdwn index b81d75819..8f47a3d68 100644 --- a/doc/tips/file_manager_integration.mdwn +++ b/doc/tips/file_manager_integration.mdwn @@ -31,7 +31,7 @@ XFCE uses the Thunar file manager, which can also be easily configured to allow for drop, and for get: - git-annex drop --notify-start --notify-finish -- %F + git-annex get --notify-start --notify-finish -- %F This gives me the resulting config on disk, in `.config/Thunar/uca.xml`: |