We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6956aa8 commit a4b0d4dCopy full SHA for a4b0d4d
1 file changed
check_resource.py
@@ -25,7 +25,7 @@ def check(dirs: List[Path]) -> bool:
25
26
def main():
27
if len(sys.argv) < 2:
28
- print("Usage: python configure.py <directory>")
+ print("Usage: python check_resource.py <directories...>")
29
sys.exit(1)
30
31
Tasker.set_stdout_level(LoggingLevelEnum.All)
0 commit comments