Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zagy committed Nov 22, 2024
1 parent fbe4e6a commit 97206fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/batou/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ def main(args: Optional[list] = None) -> None:
"Do not change anything.",
)
p.add_argument(
"-L" "--check-and-predict-local",
"-L",
"--local",
action="store_true",
dest="check_and_predict_local",
help="When running in consistency-only or predict-only mode, "
"do not connect to the remote host, but check and predict "
"using the local host's state.",
Expand Down

0 comments on commit 97206fb

Please sign in to comment.