Skip to content

Commit

Permalink
Document update length flags
Browse files Browse the repository at this point in the history
  • Loading branch information
esfalsa committed Sep 10, 2022
1 parent 8cdbdd5 commit da320d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ underscores instead of spaces.
the current working directory.
-l PATH Write debug log to specified path.
-m Generate a minimized sheet without WFEs and embassies
-maj LENGTH Specify custom length of major update, in seconds.
-min LENGTH Specify custom length of minor update, in seconds.
If run without arguments, Spyglass runs in interactive mode and outputs to its
working directory.
Expand Down
2 changes: 2 additions & 0 deletions Spyglass-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def download_dump() -> None:
the current working directory.
-l PATH Write debug log to specified path.
-m Generate a minimized sheet without WFEs and embassies
-maj LENGTH Specify custom length of major update, in seconds.
-min LENGTH Specify custom length of minor update, in seconds.
"""
)
print(
Expand Down

0 comments on commit da320d0

Please sign in to comment.