@ -1661,7 +1661,7 @@ def CMDsync(parser, args):
' --force, such dependencies are removed even if they '
' --force, such dependencies are removed even if they '
' have local modifications. When used with --reset, '
' have local modifications. When used with --reset, '
' all untracked directories are removed from the '
' all untracked directories are removed from the '
' working copy, exclu s ing those which are explicitly '
' working copy, exclu d ing those which are explicitly '
' ignored in the repository. ' )
' ignored in the repository. ' )
parser . add_option ( ' -R ' , ' --reset ' , action = ' store_true ' ,
parser . add_option ( ' -R ' , ' --reset ' , action = ' store_true ' ,
help = ' resets any local changes before updating (git only) ' )
help = ' resets any local changes before updating (git only) ' )
@ -1835,7 +1835,7 @@ class OptionParser(optparse.OptionParser):
self . add_option (
self . add_option (
' -j ' , ' --jobs ' , default = jobs , type = ' int ' ,
' -j ' , ' --jobs ' , default = jobs , type = ' int ' ,
help = ' Specify how many SCM commands can run in parallel; defaults to '
help = ' Specify how many SCM commands can run in parallel; defaults to '
' number of cpu cores ( %d efault) ' )
' %d efault on this machine ' )
self . add_option (
self . add_option (
' -v ' , ' --verbose ' , action = ' count ' , default = 0 ,
' -v ' , ' --verbose ' , action = ' count ' , default = 0 ,
help = ' Produces additional output for diagnostics. Can be used up to '
help = ' Produces additional output for diagnostics. Can be used up to '