Skip to content

Commit

Permalink
updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
samapriya committed Jan 3, 2022
1 parent 076865b commit e64a0f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ earthengine authenticate --quiet

As usual, to print help:

![geeup_main](https://user-images.githubusercontent.com/6677629/147895213-b26760b7-93d0-4484-b939-c74809833d30.png)
![geeup_main](https://user-images.githubusercontent.com/6677629/147896906-5b421ba5-de0d-47de-bb88-e4a0edce6528.png)

To obtain help for specific functionality, simply call it with _help_ switch, e.g.: `geeup zipshape -h`. If you didn't install geeup, then you can run it just by going to *geeup* directory and running `python geeup.py [arguments go here]`

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This tool came of the simple need to handle batch uploads of both image assets t
-If you find this tool useful, star and cite it as below


![geeup_main](https://user-images.githubusercontent.com/6677629/147895213-b26760b7-93d0-4484-b939-c74809833d30.png)
![geeup_main](https://user-images.githubusercontent.com/6677629/147896906-5b421ba5-de0d-47de-bb88-e4a0edce6528.png)


If you use this tool to download data for your research, and find this tool useful, star and cite it as below
Expand Down
2 changes: 1 addition & 1 deletion geeup/geeup.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def delete_collection_from_parser(args):

def main(args=None):
parser = argparse.ArgumentParser(
description="Simple Client for Earth Engine Uploads with Selenium Support"
description="Simple Client for Earth Engine Uploads"
)

subparsers = parser.add_subparsers()
Expand Down

0 comments on commit e64a0f6

Please sign in to comment.