Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 3206b7a

Browse files
author
Cédric Belin
committed
Fix the usage [skip ci]
1 parent 6d321a9 commit 3206b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/io/belin/which/Program.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Program implements Callable<Integer>, IVersionProvider {
4545
*/
4646
@Option(
4747
names = {"-s", "--silent"},
48-
description = "Silence the output, just return the exit code (0 if any executable is found, otherwise 1)."
48+
description = "Silence the output, just return the exit code (0 if any executable is found, otherwise 404)."
4949
)
5050
private boolean silent;
5151

0 commit comments

Comments
 (0)