update usage

master
Dominik Schrempf 6 years ago
parent 8395cf42d5
commit f091625c61
  1. 20
      syncthing-resolve-conflicts

@ -72,18 +72,20 @@ usage() {
${myname} v${myver} ${myname} v${myver}
Inspired by 'pacdiff'. A simple program to merge or remove sync conflicts. Inspired by 'pacdiff'. A simple program to merge or remove sync conflicts.
Locate is used to find conflicts. In case the database is not recent, run 'locate' (or 'find', see -f option) is used to find conflicts. In case the
'updatedb'. database is not recent, run 'updatedb'.
Usage: $myname [-o] [-f] [--nocolor] Usage: $myname [-d DIR] [-f] [-o] [--nocolor]
General Options: General Options:
-o/--output print files instead of merging them -d/--directory DIR only scan for sync conflicts in the directory DIR
-f/--find use find instead of locate; scans only the home directory -f/--find use find instead of locate; by default, scan the home
of the current user directory of the current user, but please see the -d
--nocolor remove colors from output option
-v/--version print version and exit -o/--output print files instead of merging them
-h/--help print usage and exit --nocolor remove colors from output
-v/--version print version and exit
-h/--help print usage and exit
Environment Variables: Environment Variables:
DIFFPROG override the merge program: (default: 'vim -d') DIFFPROG override the merge program: (default: 'vim -d')

Loading…
Cancel
Save