diff options
-rw-r--r-- | MgaRepo/commands/upload.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MgaRepo/commands/upload.py b/MgaRepo/commands/upload.py index dfcae5d..09ba2dd 100644 --- a/MgaRepo/commands/upload.py +++ b/MgaRepo/commands/upload.py @@ -7,11 +7,10 @@ Usage: mgarepo upload [OPTIONS] [PATH] Upload a given file to the binary sources repository. -It will also update the contents of the 'binrepo.lst' file and leave it -uncommited. +It will also update the contents of the 'sha1.lst' file and commit. If the path is a directory, all the contents of the directory will be -uploaded or removed. +uploaded. Options: -h help |