Skip to content

Commit

Permalink
docs: adjust doc strings of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLoch committed Feb 29, 2024
1 parent e81ce94 commit 5049bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/export/main.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/sync/main.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5049bd8

Please sign in to comment.