1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00

Update client.cpp (#137)

fix typo
This commit is contained in:
Alex Myczko 2020-12-08 19:48:29 +01:00 committed by GitHub
parent 1a5292f141
commit 882978fa77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ static void usage(std::ostream& out) {
out << " start JOB_LIST... queues one or more jobs for execution and blocks until it starts.\n"; out << " start JOB_LIST... queues one or more jobs for execution and blocks until it starts.\n";
out << " run JOB_LIST... queues one or more jobs for execution and blocks until it finishes.\n"; out << " run JOB_LIST... queues one or more jobs for execution and blocks until it finishes.\n";
out << " set PARAMETER_LIST... sets the given parameters as environment variables in the currently\n"; out << " set PARAMETER_LIST... sets the given parameters as environment variables in the currently\n";
out << " runing job. Fails if run outside of a job context.\n"; out << " running job. Fails if run outside of a job context.\n";
out << " abort NAME NUMBER aborts the run identified by NAME and NUMBER.\n"; out << " abort NAME NUMBER aborts the run identified by NAME and NUMBER.\n";
out << " show-jobs lists all known jobs.\n"; out << " show-jobs lists all known jobs.\n";
out << " show-queued lists currently queued jobs.\n"; out << " show-queued lists currently queued jobs.\n";