From b629359a7ad28a394ec73b1dd0b0662a6a2aef67 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 13 Nov 2018 21:59:14 -0500 Subject: Clarify help text --- main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 11b373b..e640b0a 100644 --- a/main.cpp +++ b/main.cpp @@ -527,10 +527,10 @@ void print_usage(const char *name) cout << "Usage: " << name << " [OPTION]..." << endl; cout << "Calculate equivalent resistance/capacitance of a circuit." << endl; cout << " -C treat graph edges as capacitors (resistors by default)" << endl; - cout << " -d, --dump dump graph in DOT format and exit" << endl; - cout << " -f, --final print simplified graph in DOT format before result" << endl; + cout << " -d, --dump dump graph and exit" << endl; + cout << " -f, --final dump simplified graph before result" << endl; cout << " -i, --internal use internal format (suitable for re-entry) when dumping graphs" << endl; - cout << " -p, --progress print intermediate graphs in DOT format" << endl; + cout << " -p, --progress dump intermediate graphs" << endl; cout << " -q, --quiet don't dump graphs" << endl; cout << " -v, --verbose print lots of debug output" << endl; cout << " -h, --help print this help and exit" << endl; -- cgit v1.1