doc updates for import

This commit is contained in:
Joey Hess 2019-03-09 13:10:30 -04:00
parent 6149a3b9bd
commit d9ee048d85
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 9 additions and 7 deletions

View file

@ -37,7 +37,7 @@ cmd :: Command
cmd = notBareRepo $
withGlobalOptions [jobsOption, jsonOptions, fileMatchingOptions] $
command "import" SectionCommon
"move and add files from outside git working copy"
"import files from elsewhere into the repository"
(paramPaths ++ "|BRANCH[:SUBDIR]")
(seek <$$> optParser)