diff --git a/cmd/export/main.go b/cmd/export/main.go index a1b4a24..2b6650a 100644 --- a/cmd/export/main.go +++ b/cmd/export/main.go @@ -1,4 +1,4 @@ -// Small utility to export the HIBP data to stdout. +// Package main contains a small utility to export the HIBP data to stdout. // Expects the data to be available in the default data directory or in the directory specified as the first argument. // Data is expected to be compressed. package main diff --git a/cmd/sync/main.go b/cmd/sync/main.go index 32de13c..4f5bbc9 100644 --- a/cmd/sync/main.go +++ b/cmd/sync/main.go @@ -1,4 +1,4 @@ -// Small utility to sync the HIBP data to the default data directory or to the directory specified as the +// Package main contains a small utility to sync the HIBP data to the default data directory or to the directory specified as the // first argument. // The data will be stored applying zstd compression. // The tool keeps track of progress and is able to continue from where it left off in case syncing