public void printUsage()

in command-line-debugger/src/main/java/org/apache/ant/debugger/DefaultAuditor.java [96:100]


	public void printUsage(Project project) {
		project.log("Usage: trace some.property");
		project
				.log("The above command will return all modification attempts on the specified property.");
	}