diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-10-15 18:52:15 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-10-15 18:52:15 +0200 |
| commit | 21c3539e183102c4c861e0eb3d2e5044336f57b2 (patch) | |
| tree | 2bdd5abb13d200dc34525f8e55ea534ccbe47231 /cmd | |
| parent | a8316d6e84cef6499427257a5cf1b83d428afe63 (diff) | |
Reword flyscrape description
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/flyscrape/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/flyscrape/main.go b/cmd/flyscrape/main.go index 81d0e2b..4450cd7 100644 --- a/cmd/flyscrape/main.go +++ b/cmd/flyscrape/main.go @@ -60,7 +60,7 @@ func (m *Main) Run(args []string) error { func (m *Main) Usage() { fmt.Println(` -flyscrape is an elegant scraping tool for efficiently extracting data from websites. +flyscrape is a standalone and scriptable web scraper for efficiently extracting data from websites. Usage: |