diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:58 +0100 |
| commit | 98ff4e6e7789d7a5226eacb5bc16dbaa073510ad (patch) | |
| tree | 0ab6585a545cb220249d75744660dd08c36af57c /src/tools/dcpomatic_cli.cc | |
| parent | 77fd65d0dd95506b5b51802ab58b6bd5eae60dc7 (diff) | |
tabs -> spaces.
Diffstat (limited to 'src/tools/dcpomatic_cli.cc')
| -rw-r--r-- | src/tools/dcpomatic_cli.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/dcpomatic_cli.cc b/src/tools/dcpomatic_cli.cc index ee9e2cdc0..8727761fd 100644 --- a/src/tools/dcpomatic_cli.cc +++ b/src/tools/dcpomatic_cli.cc @@ -45,9 +45,9 @@ help (string n) { cerr << "Syntax: " << n << " [OPTION] <FILM>\n" << " -v, --version show DCP-o-matic version\n" - << " -h, --help show this help\n" - << " -d, --deps list DCP-o-matic dependency details and quit\n" - << " -f, --flags show flags passed to C++ compiler on build\n" + << " -h, --help show this help\n" + << " -d, --deps list DCP-o-matic dependency details and quit\n" + << " -f, --flags show flags passed to C++ compiler on build\n" << " -n, --no-progress do not print progress to stdout\n" << " -r, --no-remote do not use any remote servers\n" << "\n" @@ -170,9 +170,9 @@ main (int argc, char* argv[]) float const p = (*i)->overall_progress (); if (p >= 0) { - cout << (*i)->status() << " \n"; + cout << (*i)->status() << " \n"; } else { - cout << ": Running \n"; + cout << ": Running \n"; } } |
