encourage use of import from directory special remote rather than legacy interface

This commit is contained in:
Joey Hess 2019-11-19 13:26:27 -04:00
parent c8355a7416
commit 6f35b576d7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 14 additions and 10 deletions

View file

@ -39,7 +39,7 @@ cmd :: Command
cmd = notBareRepo $
withGlobalOptions [jobsOption, jsonOptions, fileMatchingOptions] $
command "import" SectionCommon
"import files from elsewhere into the repository"
"add a tree of files to the repository"
(paramPaths ++ "|BRANCH[:SUBDIR]")
(seek <$$> optParser)